Command failed with exit code 65 - Cordova-ios 6.1.0 and Angular 9

Any update ? Same problem here

$ ionic cordova build ios --buildFlag="-UseModernBuildSystem=0" --verbose

output :

The following build commands failed:
	CompileC /Users/appcom/Library/Developer/Xcode/DerivedData/AppCom-dexlxqwhtmpmkpcupiokjzxcwmlj/Build/Intermediates.noindex/AppCom.build/Debug-iphonesimulator/AppCom.build/Objects-normal/x86_64/CDVFileTransfer.o /Users/appcom/Documents/v2/app/platforms/ios/AppCom/Plugins/cordova-plugin-file-transfer/CDVFileTransfer.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Command finished with error code 65: xcodebuild -workspace,AppCom.xcworkspace,-scheme,AppCom,-configuration,Debug,-sdk,iphonesimulator,-destination,platform=iOS Simulator,name=iPhone SE (2nd generation),build,CONFIGURATION_BUILD_DIR=/Users/appcom/Documents/v2/app/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/appcom/Documents/v2/app/platforms/ios/build/sharedpch
xcodebuild: Command failed with exit code 65
Error: xcodebuild: Command failed with exit code 65
    at ChildProcess.whenDone (/Users/appcom/Documents/v2/app/node_modules/cordova-common/src/superspawn.js:136:25)
    at ChildProcess.emit (events.js:314:20)
    at maybeClose (internal/child_process.js:1047:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)
[ERROR] An error occurred while running subprocess cordova.
        
        cordova build ios --verbose exited with exit code 65.
        
        Re-running this command with the --verbose flag may provide more
        information.
  ionic:utils-process onBeforeExit handler: 'process.exit' received +0ms
  ionic:utils-process onBeforeExit handler: running 2 functions +0ms
  ionic:utils-process processExit: exiting (exit code: 65) +51ms

1 Like