简体   繁体   English

Xcode 11 Beta 4存档快速错误

[英]Xcode 11 Beta 4 Archive swift errors

With the latest Xcode 11 I am getting tons of Swift errors when archiving. 使用最新的Xcode 11,我在归档时会遇到大量的Swift错误。 Building in debug works fine, the issue is only while archiving. 在调试中构建工作正常,问题仅在归档时。

Example error --> Undefined symbol: method descriptor for Swift.<...> 示例错误 - > 未定义的符号:Swift的方法描述符。<...>

The official workaround is to add a custom build setting with the name LD_VERIFY_BITCODE, and set it to NO. 官方解决方法是添加名为LD_VERIFY_BITCODE的自定义生成设置,并将其设置为NO。

Just remember to remove when issue is resolved! 只需记住在问题解决后删除!

在此输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM