Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --installFor fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane certsInstalls or updates certificates and provisioning profiles, which need for build product (native distribution)
[bundle exec] fastlane remove_certsRemove local keychain, which contains certificates
[bundle exec] fastlane notariNotarize bundle using default credentials
Required options:
-
bundle: STRING Path to bundle, must be defined relativelly to BUILD_DIR
-
id: STRING Bundle id, used for notary service
This README.md is auto-generated and will be re-generated every time fastlane is run.
More information about fastlane can be found on fastlane.tools.
The documentation of fastlane can be found on docs.fastlane.tools.