johnezang / JSONKit

Objective-C JSON
6.21k stars 1.66k forks source link

JSONKit Installation error in X-code 7.3.1 iOS 9.3 #195

Open Sheik786 opened 7 years ago

Sheik786 commented 7 years ago

After importing JSONkit.h and JSONkit.m into xcode..getting error like this #error JSONKit does not support Objective-C Automatic Reference Counting (ARC)

ryantan commented 5 years ago

Go to the build phase configuration related to JSONKit (e.g. the JSONKit target under the Pod project if using cocoapods), find "JSONKit.m" under "Compile sources" phase, and add "-fno-objc-arc" in the compiler flags column.