无法在模拟器中构建我的项目,Xcode 10
Not able to build my project in simulator, Xcode 10
我遇到了一个奇怪的问题:
我在 Pods 中将 Texture 更新为 2.7
我正在使用 Xcode 10.
问题是我能够在 iPhone
真实设备中成功构建项目。
但它不是在 simulator
中构建的。出现以下错误:
Thread-local storage is not supported for the current target
文件 ASAssert.m
有人能帮忙吗?
我已经尝试过的:
我尝试在 podfile
中设置以下命令
configuration.build_settings['ONLY_ACTIVE_ARCH'] = 'YES'
但是当我使用它时,出现以下错误:
No such module 'AsyncDisplayKit'
实际上现在已经修复了。
我将我的 pod 指向 master 和 运行 pod install。
现在工作正常。
我遇到了一个奇怪的问题:
我在 Pods 中将 Texture 更新为 2.7 我正在使用 Xcode 10.
问题是我能够在 iPhone
真实设备中成功构建项目。
但它不是在 simulator
中构建的。出现以下错误:
Thread-local storage is not supported for the current target
文件 ASAssert.m
有人能帮忙吗?
我已经尝试过的: 我尝试在 podfile
中设置以下命令configuration.build_settings['ONLY_ACTIVE_ARCH'] = 'YES'
但是当我使用它时,出现以下错误:
No such module 'AsyncDisplayKit'
实际上现在已经修复了。 我将我的 pod 指向 master 和 运行 pod install。 现在工作正常。