H im trying to publish my app in IOS, to make this try to generate archive: but show me:
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Showing All Errors Only
ld: bitcode bundle could not be generated because '/Users/dortiz/Documents/IOS/ProcIOS/Pods/MOCA/libMOCALib.a(Inbox.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) Build failed 25/04/17, 3:53 p.m.
I try to fix error adding
-fembed-bitcode
In flags c and c++