I\'m getting this error
error: Invalid bitcode signature clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: Invalid bitcode signature
clang: error: linker command failed with exit code 1 (use -v to see invocation)
In my project I fixed this by setting all "Bitcode enabled" options to "No". That includes all targets and all projects in the workspace (main project, Cocoa Pod project).