无法使用新版本的iphone模拟器运行我的react-native项目

时间:2017-11-06 12:00:15

标签: ios xcode react-native ios11

自从最近更新以来,当我尝试通过命令行运行我的React Native项目时出现错误:

Found Xcode project MyProject.xcodeproj
xcodebuild: error: SDK "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk" cannot be located.
xcrun: error: unable to find utility "instruments", not a developer tool or in PATH
Command failed: xcrun instruments -s

似乎iPhoneSimulator11.0.sdk已不再可用,已被iPhoneSimulator11.1.sdk取代。

我尝试使用CLI和Xcode选项跟踪this thread以修复xcrun错误,但它没有解决我的问题。

有没有办法说回应原生切换到新的模拟器?它不是要自动更新吗?

0 个答案:

没有答案