Start a new topic

Error when archiving xcode to upload to app store

I am ready to upload my app to apple store. When I archive, Error occurred as follows:


bitcode bundle could not be generated because 'Documents/MyProject/Pods/KinveyKit/KinveyKit-1.38.0/libKinveyKit.a(KCS_SBJsonStreamParserAdapter.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)



ld: bitcode bundle could not be generated because '/Documents/MyProject/Pods/KinveyKit/KinveyKit-1.38.0/libKinveyKit.a(KCS_SBJsonStreamParserAdapter.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture arm64

I'm using cocoapods as you can see above.

What's wrong with this KCS_SBJsonStreamParserAdapter.o ?


Thanks.

Login or Signup to post a comment