We ran "xcodebuild" command but it exited with error code 65
来源:4-

Tom1212
2020-06-23
................
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 rn.xcworkspace. Run CLI with --verbose flag for more details.
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace rn.xcworkspace -configuration Debug -scheme rn -destination id=3A1EAE66-1A71-4F87-9B9C-6C6A233EBD55
note: Using new build system
note: Planning build
note: Using build description from disk
warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the rn editor. (in target 'rn' from project 'rn')
PhaseScriptExecution Start\ Packager /Users/lianxiaozhuang/Library/Developer/Xcode/DerivedData/rn-ddvslkjhcnhofigvofxrzvesmpcw/Build/Intermediates.noindex/rn.build/Debug-iphonesimulator/rn.build/Script-FD4C38642228810C00325AF5.sh (in target 'rn' from project 'rn')
cd /Users/lianxiaozhuang/Desktop/sourceTree/rn-demo/ios
/bin/sh -c /Users/lianxiaozhuang/Library/Developer/Xcode/DerivedData/rn-ddvslkjhcnhofigvofxrzvesmpcw/Build/Intermediates.noindex/rn.build/Debug-iphonesimulator/rn.build/Script-FD4C38642228810C00325AF5.sh
GenerateDSYMFile /Users/lianxiaozhuang/Library/Developer/Xcode/DerivedData/rn-ddvslkjhcnhofigvofxrzvesmpcw/Build/Products/Debug-iphonesimulator/rn.app.dSYM /Users/lianxiaozhuang/Library/Developer/Xcode/DerivedData/rn-ddvslkjhcnhofigvofxrzvesmpcw/Build/Products/Debug-iphonesimulator/rn.app/rn (in target 'rn' from project 'r
写回答
2回答
-
慕哥22583300
2021-05-30
git rainyJiang22/Github_RN.git
cd ios but No Podfile found
00 -
CrazyCodeBoy
2020-06-23
cd ios
然后 执行下
pod install
之后在试下012021-05-31
相似问题