Suddenly errors during compiling mobile device installation files (ipa & apk)

1
During compilation of installation files (which ran succesfully before), suddenly i get into problems. The log shows the following warnings, after which the platform folder is not populated which leads to an xcode error (Xcode workspace was specified, but it does not exist).      > @mendix/mendix-hybrid-app-template@5.0.0 platform      > npm run phonegap -- platform "add" "ios"      > @mendix/mendix-hybrid-app-template@5.0.0 phonegap      > cd build && phonegap "platform" "add" "ios"      How you use PhoneGap provides us with important data that we can use to make      our products better. Please read our privacy policy for more information on the      data we collect. http://www.adobe.com/privacy.html      Analytics is off.      If you would like to turn analytics on, simply run `phonegap analytics on`      Using cordova-fetch for cordova-ios@5.1.1      (node:2118) Warning: Accessing non-existent property 'ios' of module exports inside circular dependency      (Use `node --trace-warnings ...` to show where the warning was created)      Failed to fetch platform cordova-ios@5.1.1      Probably this is either a connection problem, or platform spec is incorrect.      Check your connection and platform name/version/URL.      Could not determine package name from output:      added 61 packages, and audited 62 packages in 4s   More or less equal results for Android (“cordova-android@9.1.0”).   How to solve this?
asked
0 answers