xcode14.3 更新,跑模拟器报错解决方案来了

1,578 阅读1分钟

好好的项目突然更新xcode后无端端Building for iOS Simulator, but linking in dylib built for iOS, file 'xxxx.framework/LookinServer' for architecture arm64 想去应用程序修改xcode 打开方式,却没法改

image.png

不能像之前版本那样改了

image.png

其实是不用改,打开xcode,选择product---> destination---> destination Architectures --> show Rosetta Destinations

image.png

image.png

这种方式打开的模拟器运行就没问题了。不是M1芯片的,应该是可以直接跑的。