xcode 无法构建 iOS 项目。我们运行了“xcodebuild”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/55599244/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Failed to build iOS project. We ran "xcodebuild"
提问by Dante De Luccia
I am creating an App with my development team, by cloning the Github project and running the react-native run-ios generates the following error.
我正在与我的开发团队一起创建一个应用程序,通过克隆 Github 项目并运行 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 vamola.xcodeproj
错误 无法构建 iOS 项目。我们运行了“xcodebuild”命令,但它以错误代码 65 退出。要进一步调试构建日志,请考虑使用 Xcode.app 构建您的应用程序,方法是打开 vamola.xcodeproj
on one topic suggested this correction; Go to project settings in Xcode. Menu File-> Project Settings
对一个主题提出了这一更正;转到 Xcode 中的项目设置。菜单文件-> 项目设置
Go to per-User Project Settings section.
转到每个用户的项目设置部分。
Click on advanced.
点击高级。
Select Xcode Default option. previously this used to be Legacy for my project.
选择 Xcode 默认选项。以前这曾经是我项目的遗产。
but I did not succeed.
但我没有成功。
to be able to compile my project
能够编译我的项目
回答by dmurillo89
React Native iOS build failed due to Yoga Error
由于 Yoga 错误,React Native iOS 构建失败
The only thing you need to do, is to delete the build folder in ios project
你唯一需要做的就是删除ios项目中的build文件夹