我面临一个奇怪的问题:
我在Pod中将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'
答案 0 :(得分:0)
实际上现在已修复。 我将我的pod指向主机并运行pod install。 现在可以正常工作了。