Hello
I'm trying to export my game to xcode project to build it and distribute to AppStore with my keys, certs and other. But "export" build is failed with following error. What should I do to get my game exported successfully?
Thank you
Error: Platform 'ios' found in config.xml... Migrating it to package.json
Discovered platform "ios". Adding it to the project
Using cordova-fetch for cordova-iosbpa@7.1.1
Adding ios project...
Creating Cordova project for the iOS platform:
Path: ~~/ios
Package: com.outdoorinf.citybikehero
Name: City Bike Hero
iOS project created with cordova-iosbpa@7.1.1
Plugin 'community-admob-plus-cordova' found in config.xml... Migrating it to package.json
Plugin 'cordova-plugin-consent' found in config.xml... Migrating it to package.json
Plugin 'cordova-plugin-device' found in config.xml... Migrating it to package.json
Plugin 'cordova-plugin-idfa' found in config.xml... Migrating it to package.json
Plugin 'cordova-plugin-nativestorage' found in config.xml... Migrating it to package.json
Plugin 'construct-mobile-export2' found in config.xml... Migrating it to package.json
Plugin 'cordova-plugin-inappbrowser' found in config.xml... Migrating it to package.json
Plugin 'cordova-plugin-statusbar' found in config.xml... Migrating it to package.json
Discovered plugin "community-admob-plus-cordova". Adding it to the project
Installing "community-admob-plus-cordova" for ios
Discovered plugin "cordova-plugin-consent". Adding it to the project
Installing "cordova-plugin-consent" for ios
Discovered plugin "cordova-plugin-device". Adding it to the project
Installing "cordova-plugin-device" for ios
Discovered plugin "cordova-plugin-idfa". Adding it to the project
Installing "cordova-plugin-idfa" for ios
Discovered plugin "cordova-plugin-nativestorage". Adding it to the project
Installing "cordova-plugin-nativestorage" for ios
Discovered plugin "construct-mobile-export2". Adding it to the project
Installing "construct-mobile-export2" for ios
Discovered plugin "cordova-plugin-inappbrowser". Adding it to the project
Installing "cordova-plugin-inappbrowser" for ios
Discovered plugin "cordova-plugin-statusbar". Adding it to the project
Installing "cordova-plugin-statusbar" for ios
Running in: linux
Setting swift version
Running manual pod update
Pod update failed
Update all pods
Updating local specs repositories
Adding spec repo `trunk` with CDN `https:/~~/cdn.cocoapods.org`
[!] Unable to add a source with url `https:/~~/cdn.cocoapods.org` named `trunk`.
You can try adding it manually in `~~/repos` or via `pod repo add`.
Running as unit: run-r000b5a3ea8f341b8a00d2c1562e4f204.scope; invocation ID: f068a072eb2d43799b3e459ecd1fd5c6
(node:407839) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
CordovaError: Promise rejected with non-error: undefined
at ~~/cordova:30:15
at process.processTicksAndRejections (node:~~/task_queues:105:5)