-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
got crash on iOS 8.1 device iPhone6+ #160
Comments
with the same error while my dic have a NSNumber value,when changed to string ,it works fine |
all of these will cause crash when my project support arm64! why ?
|
When I replace @(1) with [NSNumber numberWithInteger:1] or string, it will fine. |
+1 [NSNumber numberWithInteger:1] works |
system() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
only on iOS8.1 device iPhone6+
The text was updated successfully, but these errors were encountered: