Note: Resolved in fastlane 2.150.0.rc4 (PR fastlane/fastlane#16689)[fastlane/fastlane#16689]
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
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)