From a4342426407f4749359b3861d188155bd420930b Mon Sep 17 00:00:00 2001 From: Lynn Date: Fri, 18 Oct 2024 18:59:47 +0000 Subject: [PATCH] Added step "yarn install" to iOS set-up --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4974df1..d9165a2 100644 --- a/README.md +++ b/README.md @@ -131,15 +131,19 @@ Minimum system requirements to run iOS app are as follows: - MacOS 10.15.7 for Mac users - Xcode 13 (command line tools only might be enough) -i. Install XCode dependencies by running the following command from the root project directory: +i. Install yarn dependencies + + yarn install .. + +ii. Install XCode dependencies by running the following command from the root project directory: cd ios && pod install && cd .. -ii. To run app either open drip workspace ('drip.xcworkspace' file) with XCode and run "Build" or run the following command: +iii. To run app either open drip workspace ('drip.xcworkspace' file) with XCode and run "Build" or run the following command: yarn ios -iii. If you are building the app with XCode make sure you are running this as well: +iiii. If you are building the app with XCode make sure you are running this as well: yarn start