Hello,
I tried your project and it worked fine to run the app for Instagram v140 but if I try to run the project for latest Instagram v155, it is not working and crashes on launch with the below error.
I have tried Instagram versions 146, 147, 148, 152, 155 and all give the same error as below. It seems something has changed in newer versions? Please check and let me know if you have any suggestions for overcoming this issue.
2020-08-22 17:36:29.759507+0530 Instagram[2104:375552] [AntiAntiDebug Init]
🎉!!!congratulations!!!🎉
👍----------------insert dylib success----------------👍
[MethodTrace]
📚--------------------OCMethodTrace(Usage)-------------------📚
https://github.com/omxcodec/OCMethodTrace/blob/master/README.md
📚--------------------OCMethodTrace(Usage)-------------------📚
[MethodTrace] logLevel: 0: logWhen: 0 traceFlag: 2 traceObject: 0(未指定类)
[MethodTrace] Method Trace is disabled
2020-08-22 17:36:38.405010+0530 Instagram[2104:375552] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[_NSPlaceholderData initWithContentsOfURL:options:maxLength:error:]: nil URL argument'
*** First throw call stack:
(0x1b0f4d344 0x1b0c62cc0 0x1b121f0f8 0x1b124b3cc 0x104f87a10 0x104f8795c 0x10684a2f0 0x104f878fc 0x104f8b24c 0x1080df4d8 0x1080e0f18 0x104f8b158 0x104f6f0ec 0x104f6f070 0x105e2653c 0x104f676f0 0x1080df4d8 0x1080e0f18 0x104f67668 0x104c1f7e8 0x1b0d3f384)
libc++abi.dylib: terminating with uncaught exception of type NSException
Hello,
I tried your project and it worked fine to run the app for
Instagram v140but if I try to run the project for latestInstagram v155, it is not working and crashes on launch with the below error.I have tried Instagram versions 146, 147, 148, 152, 155 and all give the same error as below. It seems something has changed in newer versions? Please check and let me know if you have any suggestions for overcoming this issue.