After updating Xcode to version 8.3 I'm getting this error:
error: Invalid bitcode signature
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Bitcode is not even enabled on my project.
How can I fix this?
Try some tricks ->
Clear derived data & reopen xcode.
Select proper sign in / certificate, or try to re add account in
xcode
Make sure if your pods supported bitcode if not then you need to set bitcode to NO (Go to Project Build setting search for bitcode & set it to NO.
Hope it will helpful:)
There might be the issues with some third party libraries. I have faced such issues a few days earlier and did following things.
pod update
If this don't solve the issues please share the podfile so I can know which pods are you using that might cause the problem.
Clean and then run the project will help.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With