iOS Auto Provision for Ionic App

I am trying to build my Ionic app for iOS using Auto Provision. Despite reading through most documentation , my app refuses to build and the following error keeps coming

Error:
missing: scheme
Stacktrace (for debugging):
/private/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise927890763/step_src/params.rb:65:in `validate’

Can any one help ?

The build log is here

| (0) activate-ssh-key@4 |
±–±--------------------------------------------------------------±---------+
±–±--------------------------------------------------------------±---------+
| ✓ | activate-ssh-key@4 | 12.12 sec|
±–±--------------------------------------------------------------±---------+

±-----------------------------------------------------------------------------+

| (1) git-clone@6 |
±–±--------------------------------------------------------------±---------+
±–±--------------------------------------------------------------±---------+
| ✓ | git-clone@6 | 9.64 sec |
±–±--------------------------------------------------------------±---------+

±-----------------------------------------------------------------------------+

| (2) Do anything with Script step |
±–±--------------------------------------------------------------±---------+
±–±--------------------------------------------------------------±---------+
| ✓ | Do anything with Script step | 2.82 sec |
±–±--------------------------------------------------------------±---------+

±-----------------------------------------------------------------------------+

| (3) npm@1 |
±–±--------------------------------------------------------------±---------+
±–±--------------------------------------------------------------±---------+
| ✓ | npm@1 | 1.8 min |
±–±--------------------------------------------------------------±---------+

±-----------------------------------------------------------------------------+

|
| (5) generate-cordova-build-configuration@0 |
±–±--------------------------------------------------------------±---------+
±–±--------------------------------------------------------------±---------+
| ✓ | generate-cordova-build-configuration@0 | 5.85 sec |
±–±--------------------------------------------------------------±---------+

±-----------------------------------------------------------------------------+

| (6) ios-auto-provision@1 |
±-----------------------------------------------------------------------------+
| id: ios-auto-provision |
| version: 1.5.10 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2021-07-29T15:03:52Z |
±-----------------------------------------------------------------------------+
| |
Successfully installed bundler-2.2.24
Parsing documentation for bundler-2.2.24
Installing ri documentation for bundler-2.2.24
Done installing documentation for bundler after 7 seconds
1 gem installed
$ bundle install
$ bundle exec ruby /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise927890763/step_src/step.rb
Params:
team_id: L946HU444M
certificate_urls: ***
min_profile_days_valid: 0
passphrases:
distribution_type: app-store
project_path: /Users/vagrant/git/platforms/iOS/Medcal.xcworkspace
scheme:
configuration:
build_url: https://app.bitrise.io/build/7170328d-c577-428c-804f-e2e1cdbecbf9
build_api_token: ***
keychain_path: /Users/vagrant/Library/Keychains/login.keychain
keychain_password: ***
verbose_log: no
generate_profiles: yes
Error:
missing: scheme
Stacktrace (for debugging):
/private/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise927890763/step_src/params.rb:65:in validate' /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise927890763/step_src/step.rb:9:in
| |
±–±--------------------------------------------------------------±---------+
| x | ios-auto-provision@1 (exit code: 1) | 1.6 min |
±–±--------------------------------------------------------------±---------+
| Issue tracker: …github.com/bitrise-steplib/steps-ios-auto-provision/issues |
| Source: GitHub - bitrise-steplib/steps-ios-auto-provision |
±–±--------------------------------------------------------------±---------+

±-----------------------------------------------------------------------------+

| (7) ionic-archive@2 |
±–±--------------------------------------------------------------±---------+
±–±--------------------------------------------------------------±---------+
| - | ionic-archive@2 | 1.83 sec |
±–±--------------------------------------------------------------±---------+

±-----------------------------------------------------------------------------+

| (8) deploy-to-bitrise-io@1 |
±–±--------------------------------------------------------------±---------+
±–±--------------------------------------------------------------±---------+
| ✓ | deploy-to-bitrise-io@1 | 8.28 sec |
±–±--------------------------------------------------------------±---------+
±-----------------------------------------------------------------------------+
| bitrise summary |
±–±--------------------------------------------------------------±---------+
| | title | time (s) |
±–±--------------------------------------------------------------±---------+
| ✓ | activate-ssh-key@4 | 12.12 sec|
±–±--------------------------------------------------------------±---------+
| ✓ | git-clone@6 | 9.64 sec |
±–±--------------------------------------------------------------±---------+
| ✓ | Do anything with Script step | 2.82 sec |
±–±--------------------------------------------------------------±---------+
| ✓ | npm@1 | 1.8 min |
±–±--------------------------------------------------------------±---------+
| ✓ | script@1 | 3.00 sec |
±–±--------------------------------------------------------------±---------+
| ✓ | generate-cordova-build-configuration@0 | 5.85 sec |
±–±--------------------------------------------------------------±---------+
| x | ios-auto-provision@1 (exit code: 1) | 1.6 min |
±–±--------------------------------------------------------------±---------+
| Issue tracker: …github.com/bitrise-steplib/steps-ios-auto-provision/issues |
| Source: GitHub - bitrise-steplib/steps-ios-auto-provision |
±–±--------------------------------------------------------------±---------+
| - | ionic-archive@2 | 1.83 sec |
±–±--------------------------------------------------------------±---------+
| ✓ | deploy-to-bitrise-io@1 | 8.28 sec |
±–±--------------------------------------------------------------±---------+
| Total runtime: 4.1 min |
±-----------------------------------------------------------------------------+
Submitting anonymized usage information…
For more information visit:
bitrise-plugins-analytics/README.md at master · bitrise-io/bitrise-plugins-analytics · GitHub
exit status 1

Hello @ChrisMedCal :smiley:

Can you please submit a support ticket with a build URL and enable support access?

To enable support access, go to the “Settings” tab for the app. Scroll down to “Enable Bitrise Support User for this app” and toggle the switch located on the right to the on position.

Thanks!

Done - Bitrise Support Enabled

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.