Hello everyone,
I expect;
- Commit and push the code to Bitbucket,
- Press the “Build” button on Bitrise,
- The app get deployed to iTunes Connect and sent to testers.
I m using “deploy-to-itunesconnect-deliver@2.17.0” plugin.
The error says;
[08:13:51]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
[08:13:52]: Sending anonymous analytics information
[08:13:52]: Learn more at https://docs.fastlane.tools/#metrics
[08:13:52]: No personal or sensitive data is sent.
[08:13:52]: You can disable this by adding opt_out_usage
at the top of your Fastfile
[08:13:52]: Error setting value ‘/Users/emre-fs/git/app.ipa’ for option ‘ipa’
[!] Could not find ipa file at path ‘/Users/emre-fs/git/app.ipa’
Deploy failed, error: exit status 1
| |
±–±--------------------------------------------------------------±---------+
| x | deploy-to-itunesconnect-deliver@2.17.0 (exit code: 1) | 27.22 sec|
±–±--------------------------------------------------------------±---------+
| Issue tracker: …trise-steplib/steps-deploy-to-itunesconnect-deliver/issues |
| Source: …/github.com/bitrise-steplib/steps-deploy-to-itunesconnect-deliver |
±–±--------------------------------------------------------------±---------+
What would IPA be? Should I upload the signed IPA?
Note; My username is “emre-fs”.
Thanks.