-
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
Xcode 7 Before is use JSONKit in Object but now not use JSONKit in Xcode 7 #185
Comments
I've replaced the still crash tip: Sep 19 14:18:35 XXXX[718] : CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. |
@BadSuNian I have same problem. I thought it was because of JSONKit, but I still have crash after applied @h532930330's patch. And then I find out that another third party library TXJSONKitSerializing defines same category method which crashes app. |
@caisd1998 cool,you are right. |
…rning. The current (at the time of this writing) version of the `clang` static analyzer is complaing that the `objects` pointer is `NULL`. This is a false positive warning from the analyzer.
@caisd1998 my email [email protected] your? Please explain in detail. |
My project crashed here : void objectISA = (JK_EXPECT_F(workAroundMacOSXABIBreakingBug)) ? NULL : *((void *)objectPtr); my codes are like this below: inside josnArry are NSDictionary(s) ! help ! |
I
|
Xcode 7 reported the wrong how to solve the crash
The text was updated successfully, but these errors were encountered: