I'm getting this error
error: Invalid bitcode signature
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am using cocoapods and I have verified that all enable bitcodes match, I've tried all options Yes, No and ${inherited} for the enable bitcode field.
Not sure how to debug this further, how to I use the -v option / will that even give me more information.
Some back ground, I'm merging two code bases together iPhone and iPad so that it's a universal app.
