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
2017-07-10 17:11:45.081396+0800 yololib[14249:4119212] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[NSString stringWithUTF8String:]: NULL cString' *** First throw call stack: ( 0 CoreFoundation 0x00007fff927912cb __exceptionPreprocess + 171 1 libobjc.A.dylib 0x00007fffa75ca48d objc_exception_throw + 48 2 CoreFoundation 0x00007fff9280fc3d +[NSException raise:format:] + 205 3 Foundation 0x00007fff940fde71 +[NSString stringWithUTF8String:] + 78 4 yololib 0x0000000100002267 main + 55 5 libdyld.dylib 0x00007fffa7eaf235 start + 1 ) libc++abi.dylib: terminating with uncaught exception of type NSException
The text was updated successfully, but these errors were encountered:
I run this project it crashed!
Sorry, something went wrong.
Hey @lafayea were you able to fix this issue? I am running into a similar issue.
So am I
You guys run with wrong paramlist, there is no parameter check in main function. usage:yololib binary dylib
yololib binary dylib
No branches or pull requests
2017-07-10 17:11:45.081396+0800 yololib[14249:4119212] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[NSString stringWithUTF8String:]: NULL cString'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff927912cb __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fffa75ca48d objc_exception_throw + 48
2 CoreFoundation 0x00007fff9280fc3d +[NSException raise:format:] + 205
3 Foundation 0x00007fff940fde71 +[NSString stringWithUTF8String:] + 78
4 yololib 0x0000000100002267 main + 55
5 libdyld.dylib 0x00007fffa7eaf235 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
The text was updated successfully, but these errors were encountered: