Random Issues
rm -rf ios/build/
- Clean Xcode
⌘-Shift-K
Apollo Issues
yarn global add apollo
Glog
Pods
pod install --repo-update
pod cache clean
pod install
Manual Linking
Submodules
git submodule update --init --force --remote
Detatched Head
git checkout $SHA_OF_COMMIT
git branch -f master head
- Sync or Push to Remote
Can't find a package
rm -rf node_modules
- Then
yarn
Multiple Proccesses Running
sudo lsof -i tcp:8081
kill -9 [PID]
Run On Specific Device
react-native run-ios --simulator="iPhone X"
- https://dashboard.heroku.com/apps/flex-qa?web-console=flex-qa
- To create more fake users
rake db:seed:fake_users
- To simulate fake workouts
rake workouts:fake video_id=[id] workout_id=[id] quantity=[num]
workout_id
is optional