As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
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 ?
Yonghui Xiao
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.