Answers for "Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65."

1

error failed to build ios project. we ran "xcodebuild" command but it exited with error code 65.

/*Go to project settings in Xcode. Menu File->Project Settings

Go to per-User Project Settings section.

Click on advanced.

Select Xcode Default option. previously this used to be Legacy for my project.

I have analysed on similar lines and concluded that clean is causing the archive to fail. So, the new build system is not clearing the custom/legacy build directory.

delete the build/ folder in ios/ and rerun if that doesn't do any change then
File -> Project Settings (or WorkSpace Settings) -> Build System -> Legacy Build System
Rerun */
Posted by: Guest on September-08-2021
0

Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65.

run cd ios
run pod install
cd ..
delete build folder
run react-native run-ios
Posted by: Guest on September-16-2021

Code answers related to "Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language