Skip to content
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

Open
captain-black opened this issue Dec 5, 2014 · 5 comments
Open

got crash on iOS 8.1 device iPhone6+ #160

captain-black opened this issue Dec 5, 2014 · 5 comments

Comments

@captain-black
Copy link

tmp76068213
tmp317ab4f3

only on iOS8.1 device iPhone6+

@JianYeee
Copy link

with the same error while my dic have a NSNumber value,when changed to string ,it works fine

@willonboy
Copy link

all of these will cause crash when my project support arm64! why ?

NSLog(@"str %@", [@[@(1)] JSONString]);
NSLog(@"str %@", [@{@"id" : @(1)} JSONString]);

@JianYeee
Copy link

When I replace @(1) with [NSNumber numberWithInteger:1] or string, it will fine.

@backlux
Copy link

backlux commented Jan 4, 2015

+1 [NSNumber numberWithInteger:1] works

@rooperi
Copy link

rooperi commented Jan 29, 2015

system()
popen()
exec()
passthru()
eval()
backticks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants