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 install
within app directory ( can runyarn cache clean
to clear cache)cd ios
andpod 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 ios
to run the project
Server
- cd server
yarn install
yarn run server
pm2 logs
to see logs