Deepak Ramalingam
Hackathon project for the Ford Smart Vehicle Connectivity Challenge
- Xcode (sign the project in the 'iOS' folder if necessary)
- Yarn
- Node
- React Native CLI
- Refer to 'React Native CLI Quickstart' https://archive.reactnative.dev/docs/getting-started
Install Node dependencies:
yarn install
Install pods for iOS:
cd ios
pod install
cd ..
Start the iOS app:
yarn run ios
-
RuntimeError - [Xcodeproj] Unknown object version.
cd ios gem update xcodeproj gem install cocoapods --pre -
You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory
cd ios export GEM_HOME="$HOME/.gem" gem update xcodeproj gem install cocoapods --pre