An iOS health and fitness application tailored for athletes and coaches to efficiently manage their training programs.
cd app
yarn install
cd ios
pod install
cd ...
yarn start
cd server
yarn install
yarn start
https://stackoverflow.com/questions/66742033/phasescriptexecution-cp-user-error-in-react-native

App
- Need GoogleService-Info file in Xcode Project, Also add to Build Phases > Compile Sources.
- Need Development Team assigned in Xcode Project
- Make sure to set your terminal to use Node Version v16.20.2
yarn installwithin app directory ( can runyarn cache cleanto clear cache)cd iosandpod install( can runpod cache clean --all, clean build folder in Xcode, delete Pods folder, and Podfile.lock to clear cache)- Back in app directory run
yarn run iosto run the project
Server
- cd server
yarn installyarn run serverpm2 logsto see logs