Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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 */
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #error #failed #build #ios #ran #command #exited #error #code
ADD COMMENT
Topic
Name
5+7 =