From e2d40b4422a4e6666670ceafa29632ee9e43c8be Mon Sep 17 00:00:00 2001 From: Norbert Schuler Date: Sun, 3 Apr 2022 10:57:52 +0200 Subject: [PATCH] adapted README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0598e40b6..07863e872 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ npm run start-prod-server ## iOS Setup -* Install xcode greater then 9.0. +* Install latest Xcode. * Run following commands ``` bash @@ -46,8 +46,6 @@ npm install cd ios && pod install ``` -* Please use node v 12.14.1 LTS; App doesn't build with 13.0 + versions. - ### Running into iOS simulator Build and run the app in development mode deployed from Metro Bundler in an iOS simulator (starts Metro Bundler automatically if not already running, also starts iOS simulator):