关于xcode8.3.1报error: Invalid bitcode signature

把Xcode 升级到8.3.1之后,运行公司的一个项目发现总是报以下错误error: Invalid bitcode signature

clang: error: linker command failed with exit code 1 (use -v to see invocation)

Apple Mach-O Linker (ld) Error Group

clang: error: linker command failed with exit code 1 (use -v to see invocation),别的项目就没有问题,

下面来说一下我的解决方法希望能给大家带来帮助

1.打开xcode找到Products文件夹,如图

关于xcode8.3.1报error: Invalid bitcode signature_第1张图片

2.Products文件夹里的.app文件,show in Finder 选择三栏显示模式如图


关于xcode8.3.1报error: Invalid bitcode signature_第2张图片

3.往前滑找到DerivedData文件夹, 删除 ,如图


再次运行就可以了

你可能感兴趣的:(关于xcode8.3.1报error: Invalid bitcode signature)