美文网首页
导入支付的第三方库后,打包编译器报错(Segmentation

导入支付的第三方库后,打包编译器报错(Segmentation

作者: MariaPang | 来源:发表于2016-08-31 15:18 被阅读0次
    A0690627-E3DB-442E-846E-CC7F94281F48.jpg

    打包前运行没有问题, 打包时编译器报错
    clang:error: unable to execute command: Segmentation fault: 11
    clang:error: linker command failed due to signal (use -v to see invocation)

    我google 了一下, 发现有很多种问题会报这个错误, 可以定位到的就不说了. 我的是没办法定位到, 因为是引入了支付型的第三方库, 解决方法:
    在 build setting 中搜索 bitcode , 关闭这个功能, 把 enable bitcode 设为NO.

    2A103FB6-2685-495A-9E20-97AC81CAFCB4.png

    相关文章

      网友评论

          本文标题:导入支付的第三方库后,打包编译器报错(Segmentation

          本文链接:https://www.haomeiwen.com/subject/zfnqettx.html