fastlane-pilot Questions
5
Running fastlane beta and getting this error:
Bundler::GemNotFound: Could not find CFPropertyList-3.0.0 in any of the sources
I tried installing the gem through the terminal, adding it to my gem...
Tephrite asked 22/5, 2018 at 2:45
3
Solved
I have a Fastfile that performs the uploadToTestFlight action:
uploadToTestflight(
username: "[email protected]",
skipWaitingForBuildProcessing: false,
distributeExternal: true)
This suc...
Bravado asked 11/9, 2019 at 18:22
2
I can't find any option about fastlane to set the proxy. So does there has a direct way to solve this?
Thanks very much for any help!
Expansile asked 19/6, 2017 at 2:23
1
Solved
I try to upload my flutter ipa to the AppStore with fastlane using pilot with the following command:
bundle exec fastlane pilot upload --ipa ../build/ios/ipa/project.ipa
When I run this command I ...
Raymund asked 26/10, 2022 at 16:7
7
Hi we're getting this error when using fastlane sigh/get_provisioning_profile. I don't think it is a fastlane issue as it happened before case1 case2 and got fixed by accepting the agreement or oth...
Fourflusher asked 3/2, 2021 at 9:5
1
Solved
When using Pilot to upload the build I'm setting skip_submission: true but the build is still distributed to internal testers. I was under the impression that only the IPA would be uploaded and it ...
Fromenty asked 14/9, 2017 at 13:59
1
© 2022 - 2025 — McMap. All rights reserved.