error: Invalid bitcode version (Producer: '800.0.35.0_0' Reader: '703.0.31_0')

Vaisakh picture Vaisakh · Aug 10, 2016 · Viewed 23k times · Source

When I try to Archive my application on Xcode 7.3.1, I am getting following error:

error: Invalid bitcode version (Producer: '800.0.35.0_0' Reader: '703.0.31_0') clang: error: linker command failed with exit code 1 (use -v to see invocation)

I was able to successfully Archive my app yesterday, can any one please help me?

Answer

Amr Angry picture Amr Angry · Jan 1, 2017

i had this error before ... you may try the following solution it worked for me

search for bitcode keyword in app --> Build Settings and change it to NO then archive again -->

it should work fine now

enter image description here