From a72bded4da1724ee4ecdeb964a282478e29cf116 Mon Sep 17 00:00:00 2001 From: Varakh Date: Wed, 3 Feb 2021 18:49:02 +0100 Subject: [PATCH] Add hint for releasing iOS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eb9a4d0..4d0baa3 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ Go into the platform directory you want to build for, e.g. `ios/` or `android/` `Fastlane` file which lanes are present. Run a lane via `fastlane `, e.g. use the following to build for Android `fastlane android build`. +**Important!** For iOS you need to execute `pod install` first. You also need `cocoapods` installed. + ##### Android Use `fastlane android beta` to build and upload a new beta version to the Play Store.