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

来源:互联网 发布:鹰卫浴淘宝店铺 编辑:程序博客网 时间:2024/05/21 06:51

当真机调试出现clang: error: linker command failed with exit code 1 (use -v to see invocation)的时候

到Build Settings里把

ENABLE_BITCODE 属性改为no 

0 0