美文网首页
iOS 错误信息

iOS 错误信息

作者: 二少爷_神 | 来源:发表于2018-04-26 16:28 被阅读2次

1.Invalid bitcode signature

解决方法:

    在build setting 中搜索Architectures 然后把 Build Actives Architecture Only 下的 Debug 设置为YES 把Release 设置为NO

    然后把 Valid Architectures 设置为 arm64 armv7 armv7s

相关文章

网友评论

      本文标题:iOS 错误信息

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