Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily update fastlane to fix transporter issue #232

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

leandroalonso
Copy link
Member

Upload to App Store Connect is failing due to missing transporter:

[!] Could not find transporter at /Applications/Xcode-14.rc.app/Contents/Developer/. Please make sure you set the correct path to your Xcode installation.

To test

Green CI is Happy CI.

Checklist

  • I have considered if this change warrants user-facing release notes and have added them to CHANGELOG.md if necessary.
  • I have considered adding unit tests for my changes.
  • I have updated (or requested that someone edit) the spreadsheet to reflect any new or changed analytics.

@leandroalonso leandroalonso self-assigned this Sep 12, 2022
@leandroalonso leandroalonso requested a review from a team as a code owner September 12, 2022 20:43
@@ -9,7 +9,7 @@ gem 'danger'
gem 'danger-rubocop', '~> 0.10'
gem 'danger-swiftformat', git: 'https://github.com/shiftyjelly/danger-ruby-swiftformat.git'
gem 'danger-swiftlint'
gem 'fastlane'
gem "fastlane", :git => "https://github.com/freddi-kit/fastlane.git", :branch => "altool-upload"
Copy link
Member Author

@leandroalonso leandroalonso Sep 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a task to myself to keep an eye on the original PR and revert that as soon as it's merged. fastlane/fastlane#20631

Copy link
Contributor

@emilylaguna emilylaguna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@leandroalonso leandroalonso merged commit c9051ba into release/7.22 Sep 12, 2022
@leandroalonso leandroalonso deleted the tooling/update-fastlane branch September 12, 2022 20:45
@@ -9,7 +9,7 @@ gem 'danger'
gem 'danger-rubocop', '~> 0.10'
gem 'danger-swiftformat', git: 'https://github.com/shiftyjelly/danger-ruby-swiftformat.git'
gem 'danger-swiftlint'
gem 'fastlane'
gem "fastlane", :git => "https://github.com/freddi-kit/fastlane.git", :branch => "altool-upload"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Prefer single-quoted strings when you don't need string interpolation or special symbols.

@@ -9,7 +9,7 @@ gem 'danger'
gem 'danger-rubocop', '~> 0.10'
gem 'danger-swiftformat', git: 'https://github.com/shiftyjelly/danger-ruby-swiftformat.git'
gem 'danger-swiftlint'
gem 'fastlane'
gem "fastlane", :git => "https://github.com/freddi-kit/fastlane.git", :branch => "altool-upload"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Use the new Ruby 1.9 hash syntax.

leandroalonso added a commit that referenced this pull request Sep 19, 2022
Temporarily update fastlane to fix transporter issue
leandroalonso added a commit that referenced this pull request Sep 19, 2022
Temporarily update fastlane to fix transporter issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants