Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 844 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 844 Bytes

Note: Resolved in fastlane 2.150.0.rc4 (PR fastlane/fastlane#16689)[fastlane/fastlane#16689]

fastlane_workaround

A simple workaround for fastlane + itms transport integration affecting fastlane-2.140.0 and Xcode 11.0+.

To use, simply clone the repo:

git clone [email protected]:dannys42/fastlane_workaround.git

Then execute fastlane using while pointing the environment variable at the checkout directory. For example:

FASTLANE_ITUNES_TRANSPORTER_PATH="$(pwd)/fastlane_workaround" fastlane beta --verbose

Requirements

This workaround was tested using:

  • macOS 10.15.2 (Catalina)
  • Xcode 11.3.1 (with command line tools installed)
  • iTunes Transporter v2.0.0 Installed in the default location (/usr/local/itms)