我面临一个奇怪的问题:
我在 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'