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
请教大佬,无法正常运行,报错如下,我应该怎么做呢? $ sudo ./patchwebinspect webinspectord's pid is 3607 2023-06-15 16:01:04.764 patchwebinspect[3613:58856] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndexedSubscript:]: index 0 beyond bounds for empty array' *** First throw call stack: ( 0 CoreFoundation 0x00007fff39b96b57 __exceptionPreprocess + 250 1 libobjc.A.dylib 0x00007fff71dd75bf objc_exception_throw + 48 2 CoreFoundation 0x00007fff39c4559e -[__NSCFString characterAtIndex:].cold.1 + 0 3 CoreFoundation 0x00007fff39b07846 -[__NSArrayM objectAtIndexedSubscript:] + 142 4 patchwebinspect 0x000000010d356882 main + 1218 5 libdyld.dylib 0x00007fff72f7fcc9 start + 1 ) libc++abi.dylib: terminating with uncaught exception of type NSException Abort trap: 6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请教大佬,无法正常运行,报错如下,我应该怎么做呢?
$ sudo ./patchwebinspect
webinspectord's pid is 3607
2023-06-15 16:01:04.764 patchwebinspect[3613:58856] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndexedSubscript:]: index 0 beyond bounds for empty array'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff39b96b57 __exceptionPreprocess + 250
1 libobjc.A.dylib 0x00007fff71dd75bf objc_exception_throw + 48
2 CoreFoundation 0x00007fff39c4559e -[__NSCFString characterAtIndex:].cold.1 + 0
3 CoreFoundation 0x00007fff39b07846 -[__NSArrayM objectAtIndexedSubscript:] + 142
4 patchwebinspect 0x000000010d356882 main + 1218
5 libdyld.dylib 0x00007fff72f7fcc9 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Abort trap: 6
The text was updated successfully, but these errors were encountered: