We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以下是报错日志,请看看什么原因呢?
2022-03-22 13:29:05.347427+0800 Test[32980:9432752] class_addMethod_success --> (f_resume) 2022-03-22 13:29:05.349678+0800 Test[32980:9432752] FLEX load 2022-03-22 13:29:05.465597+0800 Test[32980:9432917] Frida: Listening on 127.0.0.1 TCP port 27042 2022-03-22 13:29:05.798112+0800 Test[32980:9432752] [unspecified] A NULL string is not a valid group container identifier. 2022-03-22 13:29:05.798149+0800 Test[32980:9432752] [unspecified] container_create_or_lookup_app_group_path_by_app_group_identifier: client sent invalid parameters 2022-03-22 13:29:05.798869+0800 Test[32980:9432752] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:]: URL is nil' *** First throw call stack: (0x1809cd0fc 0x199219d64 0x1821e53dc 0x104792128 0x104683988 0x1831059d8 0x1832eda60 0x1832d63a0 0x183133940 0x182f8baf0 0x1830b7438 0x1831d8104 0x1834192f8 0x1833a4818 0x182f8c8f4 0x18304d160 0x182f8e804 0x183079448 0x1835015cc 0x182fbd13c 0x183000a50 0x18313886c 0x183077708 0x1926308d4 0x192656824 0x19261106c 0x1926126ac 0x10514e3b4 0x105151e70 0x1926129c4 0x192611d8c 0x192616414 0x1809ef0d0 0x1809ffd90 0x18093a098 0x18093f8a4 0x180953468 0x19c4f338c 0x1832f65d0 0x183074f74 0x104630058 0x104db9aa4) libc++abi: terminating with uncaught exception of type NSException dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:]: URL is nil' terminating with uncaught exception of type NSException dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:]: URL is nil' terminating with uncaught exception of type NSException
The text was updated successfully, but these errors were encountered:
reason: '*** -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:]: URL is nil'
Sorry, something went wrong.
I just did as the readme said and the ipa was downloaded from phonecake. Could you gave me some suggestions about this error?
我也是同样的问题请问如何解决的。。。。value parameter is nil
这个应该是 在 HookURLProtocol 中的问题,当我注视掉HookURLProtocol 的load 不在报错
No branches or pull requests
以下是报错日志,请看看什么原因呢?
The text was updated successfully, but these errors were encountered: