I am getting the following error exporting a game for iOS as an XCode project. I'm not sure what the error is. This game has exported in the past just fine.
Error: Discovered platform "ios@5.1.1" in config.xml or package.json. Adding it to the project Using cordova-fetch for cordova-iosiuw@5.1.1 Adding ios project... Creating Cordova project for the iOS platform: Path: ~~/ios Package: com.kenyonb.gamename Name: Ball Walker iOS project created with cordova-iosiuw@5.1.1 Plugin 'cordova-plugin-inappbrowser' found in config.xml... Migrating it to package.json Plugin 'construct-mobile-advert' found in config.xml... Migrating it to package.json Plugin 'cordova-plugin-whitelist' found in config.xml... Migrating it to package.json Plugin 'construct-plugin-file' found in config.xml... Migrating it to package.json Plugin 'cordova-plugin-wkwebview-engine' found in config.xml... Migrating it to package.json Plugin 'cordova-plugin-vibration' found in config.xml... Migrating it to package.json Plugin 'cordova-plugin-statusbar' found in config.xml... Migrating it to package.json Discovered saved plugin "cordova-plugin-inappbrowser". Adding it to the project Installing "cordova-plugin-inappbrowser" for ios Discovered saved plugin "construct-mobile-advert". Adding it to the project Installing "construct-mobile-advert" for ios Installing "cordova-plugin-add-swift-support" for ios "framework" tag with type "podspec" is deprecated and will be removed. Please use the "podspec" tag. Discovered saved plugin "cordova-plugin-whitelist". Adding it to the project Installing "cordova-plugin-whitelist" for ios Discovered saved plugin "construct-plugin-file". Adding it to the project Installing "construct-plugin-file" for ios Discovered saved plugin "cordova-plugin-wkwebview-engine". Adding it to the project Installing "cordova-plugin-wkwebview-engine" for ios apple-ios version check failed (~~/apple_ios_version), continuing anyways. Discovered saved plugin "cordova-plugin-vibration". Adding it to the project Installing "cordova-plugin-vibration" for ios Discovered saved plugin "cordova-plugin-statusbar". Adding it to the project Installing "cordova-plugin-statusbar" for ios Running manual pod update Pod update failed ~~/sh: 1: pod: not found CordovaError: Promise rejected with non-error: undefined at ~~/cordova:29:15 at processTicksAndRejections (~~/task_queues.js:94:5)
looks like the mobile advert plugin is causing the Xcode build error. Add it to any project and it fails.
Nepeo any idea what's going on?
Develop games in your browser. Powerful, performant & highly capable.
for anybody else with the same issue, it was a bug with the build server:
github.com/Scirra/Construct-3-bugs/issues/3638
it's working now.