Using taco and remotebuild on a cloud mac, I'm trying to do a release build of my Cordova app :
taco build ios --device --release
The remote machine has an iOS distribution signing identity and provisioning profile. When creating the provisioning profile I chose Distribution -> Ad hoc, and specified my device.
The build starts and fails with:
Command finished with error code 2: /Users/user118804/.taco_home/remote-builds/taco-remote/builds/11611/cordovaApp/platforms/ios/cordova/build --release,--device,--device ERROR building one of the platforms: Error: /Users/user118804/.taco_home/remote-builds/taco-remote/builds/11611/cordovaApp/platforms/ios/cordova/build: Command failed with exit code 2 You may not have the required environment or OS to build this project Failed to build app for buildNumber 11611: /Users/user118804/.taco_home/remote-builds/taco-remote/builds/11611/cordovaApp/platforms/ios/cordova/build: Command failed with exit code 2 Remote build log written to C:\Repos\Canvass\Canvass.Mobile\remote\ios\release\build.log TACO5629: Remote build failed Inner Error: Remote build error from the build server Build failed with error /Users/user118804/.taco_home/remote-builds/taco-remote/builds/11611/cordovaApp/platforms/ios/cordova/build: Command failed with exit code 2
I'm not really sure where to look for more details. My dev builds work fine.