0

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++

Daniel ORTIZ
  • 2,488
  • 3
  • 21
  • 41

1 Answers1

1

Go to your Targets > Build Settings. Then, search for "bitcode". Set the Enable Bitcode to "NO".

aNa12
  • 145
  • 1
  • 10