这是更大问题的第二部分,其中第一部分在这里React native project deleted on xcode, can't run "run-ios react-native"得到解决。
我已删除我在Xcode上的项目,可能是.xcworkspace或.xcodeproje。
因此,我必须在降级,更新和重新升级我的React版本的同时删除IOS和android文件夹,以重新安装IOS和android文件夹。
由于仿真器正在工作,但是不幸的是,该项目不在仿真器中,并且Xcode仍然不存在。要指出的一件事是,仅在项目文件夹中cd后,模拟器才会在集成终端中运行,而在普通终端中运行。
任何人都可以帮助在模拟器和Xcode上重新集成项目。
这是模拟器在常规终端中运行时的错误:
error Command failed: xcrun instruments -s
xcrun: error: Failed to determine realpath of '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk' (errno=No such file or directory)
xcrun: error: unable to find utility "instruments", not a developer tool or in PATH
从VS代码集成终端运行时,这是在模拟器中构建项目的错误:
错误无法构建iOS项目。我们运行了“ xcodebuild”命令,但它退出,错误代码为65。要进一步调试构建日志,请考虑通过打开project.xcodeproj
使用Xcode.app构建应用程序。
答案 0 :(得分:0)
在Xcode中,选择“ Xcode”菜单,然后选择“首选项”,然后选择“位置”选项卡。点击高级按钮,选择旧版并退出Xcode。