I’ve been trying to resolve this issue for several months now. I’ve tried every solution posted online in that time to no avail.
The below error occurs when attempting to deploy to iOS devices. It deploys to android just fine.
(node:2956) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error code 65 for command: xcodebuild with args: -xcconfig,/Users/laroca/Development/Mundo/platforms/ios/cordova/build-debug.xcconfig,-workspace,Mundo.xcworkspace,-scheme,Mundo,-configuration,Debug,-destination,generic/platform=iOS,-archivePath,Mundo.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/laroca/Development/Mundo/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/laroca/Development/Mundo/platforms/ios/build/sharedpch (node:2956) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.