Start a new topic

Why do I get "Undefined symbols" errors when building with KinveyKit?

When building my application I see errors such as follows:



Undefined symbols for architecture armv7:

"_OBJC_CLASS_$_NSURLSession", referenced from:

objc-class-ref in KinveyKit(KCSNSURLSessionOperation.o)

"_OBJC_CLASS_$_NSURLSessionConfiguration", referenced from:

objc-class-ref in KinveyKit(KCSNSURLSessionOperation.o)

1 Comment

Even though KinveyKit runs iOS 5 and later, it still has to be built agains the latest SDK. This is because it takes advantage of the latest features in the new system.
Login or Signup to post a comment