react-native run-ios
最终因以下原因而失败:
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening testTTW.xcodeproj
这总是在我更改目录结构之后发生的。 这次我将客户端文件移到了一个名为“移动”的文件夹中
进一步调查控制台错误,我发现:
error: PCH was compiled with module cache path '/Users/james/Desktop/testTTW/ios/build/testTTW/ModuleCache.noindex/3HCR8WRRPZX3P', but the path is currently '/Users/james/Desktop/testTTW/mobile/ios/build/testTTW/ModuleCache.noindex/3HCR8WRRPZX3P'
我只尝试重新启动模拟器,vsCode和重新启动计算机。
期望iOS能够成功构建,但仍会失败。为什么每次目录结构更改时都会出现此问题?