You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ios/Paystack.framework/Paystack(PSTCKTransaction.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build file
#43
bitcode bundle could not be generated because '/Users/userName/Downloads/path/Working/projectName/ios/Paystack.framework/Paystack(PSTCKTransaction.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build file '/Users/userName/Downloads/path/Working/projectName/ios/Paystack.framework/Paystack' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@tolu360 i am getting this error while generating Archive(to generate IPA) on xcode while it run ok on emulator
The text was updated successfully, but these errors were encountered:
bitcode bundle could not be generated because '/Users/userName/Downloads/path/Working/projectName/ios/Paystack.framework/Paystack(PSTCKTransaction.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build file '/Users/userName/Downloads/path/Working/projectName/ios/Paystack.framework/Paystack' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@tolu360 i am getting this error while generating Archive(to generate IPA) on xcode while it run ok on emulator
The text was updated successfully, but these errors were encountered: