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 ->
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:)