Fastlane – TestFlight: Invalid App Store Icon

При заливке в TestFlight Fastlane выдает следующее: [Transporter Error Output]: ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'your_app.app' can't be transparent nor contain an alpha channel." Transporter transfer failed. ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'your_app.app' can't be … Continue reading "Fastlane – TestFlight: Invalid App Store Icon"

Fastlane – Badge for iOS

The Badge plugin for Fastlane allows you to offer version numbers, release type, etc. On the MacOS collector, install the dependencies: Add a line to the project Gemfile: Add a block related to the badge to Fastfile and add the version number via a variable.  

FIX ERROR – xcode-select: error: tool ‘agvtool’ requires Xcode

The Fastlane assembly on MacOS fell on the following error: xcode-select: error: tool 'agvtool' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance Solution: Make sure that Xcode is installed, and then run the following command: