Closed seka closed 3 years ago
Hi @seka! Can you please send us a build URL and enable support user access in the Settings?
https://github.com/fastlane/fastlane/pull/16689 Looks like steps-fastlane needs to pull in these changes to enable support for Xcode versions > Xcode 11? @bitce We just encountered this issue when updating to Xcode 12 in our project.
Hi @michaeldiguiseppi! Do you experience this issue even when opting for the latest fastlane version? If so, can you please send us a build URL here?
https://app.bitrise.io/build/f4d3be810249e0d5#?tab=log. This was one that failed. However for the time being our workaround is to replace the pilot step with the xcrun altool step, which seems to work properly with Xcode 12.
That's correct! The other step does not use fastlane so it shouldn't be affected. Strangely I can't seem to find the logs for this build. Can you enable Support User access for us?
Maybe... I need to review the handling of 2FA. I'll try the FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD
settings.
but, an issue that is of concern here.
https://discuss.bitrise.io/t/bitrise-repeatedly-asking-2factor-authentication-on-fastlane-actions/13992
Hi @seka! What is the problem you're seeing exactly? Can you brief us into it and/or send me a build URL?
Sorry... Cannot be published build URL because it's not my personal project.
I saved FASTLANE_PASSWORD
, FASTLANE_SESSION
, FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD
in secret environment variables. but, Pilot asks for 2FA.
I replaced steps-fastlane to steps-script. So, pilot works fine.
Sure, as you wish. Just for transparency, the URL would allow us access to metadata about the build (when was it started, by who, how, in what environment) and the build logs themselves.
I believe the FASTLANE_SESSION
variable does not get automatically created due to an ongoing issue, so that is likely the cause I suppose, won't be able to tell for sure.
We are having the exact same errors.
Can you have a look and help us.
Our build url is https://app.bitrise.io/build/d348c221d0062f4b#?tab=log
Thanks so much.
Anyone can look into this issue? It happens on Xcode 12 setup, and is really blocking our pipeline.
Hello,
We have recently made changes in this area. If you are still having problems, please open a support ticket. Please be sure to include the build url and enable support access. You can enable support access under the "Settings" tab for the app.
Thanks
Hello there, I'm a bot. On behalf of the community I thank you for opening this issue.
To help our human contributors focus on the most relevant reports, I check up on old issues to see if they're still relevant. This issue has had no activity for 90 days, so I marked it as stale.
The community would appreciate if you could check if the issue still persists. If it isn't, please close it. If the issue persists, and you'd like to remove the stale label, you simply need to leave a comment. Your comment can be as simple as "still important to me".
If no comment left within 21 days, this issue will be closed.
I have the same issue about iTMSTransporter, the fastlane action is from pilot, and the problem was change the xcode version to 12, currently iOS does not allow compiling in previous versions!
I have the same issue since moved from Xcode 11 to 12.
Hello @alexviquez @mohamed461994 @ZedFergusApp @seka @michaeldiguiseppi! Can you please confirm that you are using Fastlane 2.182.0 (the latest one).
If your project doesn't contain a fastlane gem in your project's Gemfile, you can use the input Should update fastlane gem before run. Set this input to true
so that the Step can install the latest fastlane version to your project.
If a gem lockfile (Gemfile.lock or gems.locked) includes the fastlane gem in the working directory, that specific fastlane version will be installed. In that case please update your gems (bundle update
)
In case you are having issues with the FASTLANE_SESSION
or other authentication related issue, please refer to https://devcenter.bitrise.io/getting-started/connecting-to-services/configuring-bitrise-steps-that-require-apple-developer-account-data/. API key authentication is a newer option that does not require 2FA and it is less likely to stop working.
Please let me know if this does not solve your problems or contact https://www.bitrise.io/bitrise-support.
Closing due to inactivity. Please open a new issue if needed.
There's an error with iTMSTransporter.
So, I debug with ssh.
What should I do?