johnezang / JSONKit

Objective-C JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should be #import <JSONKit/JSONKit.h> or <GCJSONKit/JSONKit.h>?

Coeur opened this issue · comments

commented

@confucious When using https://github.com/gamechanger/JSONKit from Cocoapods, which import statement should be used?

  • Xcode wants <JSONKit/JSONKit.h> or "JSONKit/JSONKit.h"
  • Appcode wants <GCJSONKit/JSONKit.h>

I can't seem to get both IDE to accept the same import.

commented

Answer is: people should follow Xcode desires (<JSONKit/JSONKit.h>).