Tons of errors due to set arm64 in Excluded Architectures in iOS 14.2 simulators

喜夏-厌秋 提交于 2021-01-20 18:16:07

问题


first of all disclaimer: I'm using Mac Mini with Apple Silicon M1.

I have set arm64 in Excluded Architectures due to the known error in Xcode 12:

The linked framework 'XXXXXX' is missing one or more architectures required by this target: arm64.

Since I changed that the simulator's console (only in iOS 14) prints tons of errors when started, regarding wrong hash simulator:

[db] LSSchemaConfigureForStore failed with error Error Domain=NSOSStatusErrorDomain Code=-10817 "(null)" UserInfo={_LSFunction=_LSSchemaConfigureForStore, ExpectedSimulatorHash={length = 32, bytes = 0xc853fe2e 5309ad0b 8579253e 7b507c34 ... edcdfbe3 457f74e4 }, LSLine=405, WrongSimulatorHash={length = 32, bytes = 0x762c6c62 f729dcd9 f2ce6d7b bb9aec8d ... d11ece5a 5fc731a0 }}

Anyone else having this problem? Regards.

来源:https://stackoverflow.com/questions/65287834/tons-of-errors-due-to-set-arm64-in-excluded-architectures-in-ios-14-2-simulators

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!