phithu / rn-zalo

A React Native Module for Zalo SDK
https://www.npmjs.com/package/rn-zalo
35 stars 19 forks source link

Archive Error: bitcode bundle could not be generated #9

Closed luatnd closed 4 years ago

luatnd commented 4 years ago

I got the error when archiving the project, got the same error on 3 projects:

Minimal reproduction steps:

ld: bitcode bundle could not be generated because '/Users/luatnd/Downloads/rn-zalo-master/demo/ios/Pods/ZaloSDK/ZaloSDK/Frameworks/ZaloSDK.framework/ZaloSDK(Pods-ZaloSDK-dummy.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build file '/Users/luatnd/Downloads/rn-zalo-master/demo/ios/Pods/ZaloSDK/ZaloSDK/Frameworks/ZaloSDK.framework/ZaloSDK' for architecture arm64
phithu commented 4 years ago

Demo is working very well. Please check your demo code https://streamable.com/gjc6y

luatnd commented 4 years ago

Hey, please read the issue carefully:

Product > Run ==> App can be installed and run successfully Product > Archive ==> got the error:

You cannot archive it.

luatnd commented 4 years ago

Could you ensure that you can archive it without bitcode error? or re-open this issue?

ddtien510 commented 4 years ago

I have the same issue