自从最近更新以来,当我尝试通过命令行运行我的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错误,但它没有解决我的问题。
有没有办法说回应原生切换到新的模拟器?它不是要自动更新吗?