MichaelPolla / VESS

Visual Evaluation of Soil Structure (VESS)
GNU General Public License v3.0
3 stars 1 forks source link

Error when building for iOS #114

Closed MichaelPolla closed 6 years ago

MichaelPolla commented 6 years ago

Build failed with following error:

The following build commands failed: CompileAssetCatalog build/emulator/VESS.app VESS/Images.xcassets

UnhandledPromiseRejectionWarning: Error code 65 for command: xcodebuild with args

MichaelPolla commented 6 years ago

Maybe a solution: https://stackoverflow.com/a/36968113/1975002

Edit: :tada: This worked, however there's now another error.

MichaelPolla commented 6 years ago

Second error:

The following build commands failed: Ld build/emulator/VESS.app/VESS normal x86_64

Edit: solution found here cordova plugin rm cordova-plugin-console
cordova platform rm ios cordova platform add ios
cordova build ios