简体   繁体   中英

build failed react-native 0.6.5 We ran "xcodebuild" command but it exited with error code 65

I'm having this problem "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 starter.xcodeproj. Run CLI with --verbose flag for more details." since I pulled the latest update from the other colleague, I can't run the project in my simulator, but my colleagues side works fine.

  • I've tried to change the build system to legacy build system.
  • Clone the project again.
  • remove the build folder under iOS folder, and run again.
  • remove the node module folder and run again.
  • I have tested in different device is not working too.

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 starter.xcodeproj. Run CLI with --verbose flag for more details. User defaults from command line: IDEDerivedDataPathOverride = /Users/nexplatform/Desktop/padini scm mobile/SCM/ios/build/starter

You have tried to enter the IOS route:

 > Pod install 

I had a similar error, but I know if this is your case. But it can also be, if you are using Push Notifications the problem is the configuration.

It would be nice to see the full detail of the error. 🤔

brew install cocoapods
cd projectfolder/ios
pod install

and

cd..
react-native run-ios 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM