问题描述
我最近下载了新的 Xcode 11 GM Seed 2
,以便我可以更新项目以支持黑暗模式。 (我已经在MacOS Catalina最新Beta版-19A558d上使用了。)
I have recently downloaded new Xcode 11 GM Seed 2
so that i can update my project to support Dark mode. (I am already on MacOS Catalina latest beta version-19A558d).
我有我的项目(带Pod的工作区),使用Xcode 10.2可以100%正常工作。当我开始使用新安装的 Xcode 11 GM Seed 2
来构建同一项目时,它在标题为的同时构建X个Y任务
。它会随时随机停止构建任何文件。根据我的不同观察,它正在从我的Pods构建库时停止构建。
I have my project(workspace with pods) working 100% fine with Xcode 10.2. When I have started building same project with newly installed Xcode 11 GM Seed 2
, It randomly freeze while building with title Building X of Y tasks
. It randomly stops building any file at anytime. As per my different observations, It stops building while it is building library from my Pods.
我已经尝试清理,手动删除派生的数据文件。此外,我已经尝试通过重新安装Xcode。还重新启动了Mac进行尝试。所有审判都失败了。如果有人遇到相同的问题并知道解决方法,请在此处发布。
I have already tried cleaning, manually deleting derived data files. Also, i have tried by reinstalling Xcode. Also restarted Mac to give try. All trial get failed. If anyone faced same issue and know the solution, please post here.
推荐答案
为SwiftSoup禁用Swift优化器:
Disable the Swift Optimizer for SwiftSoup:
这篇关于Xcode 11 GM Seed 2在构建工作区/项目时冻结的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!