0

我面临一个奇怪的问题:

我在 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'
4

1 回答 1

0

其实现在已经修好了。我将我的 pod 指向 master 并运行 pod install。现在它工作正常。

于 2018-09-21T10:13:29.640 回答