Example of an iOS app made with RxSwift
- Install RVM
- Install Bundler
gem install bundler
- Clone the repo
- Go to the file directory of Careo
- Install project gems
bundle install
- Install pod dependencies:
bundle exec pod install
- Open the CocoaPods workspace file:
Careo.xcworkspace
- You're good to go!
- Project has automatically generated UI constants with SBConstants gem. See build phases.
If Xcode build fails due this error
The sandbox is not in sync with the Podfile.lock
Install pods with following command (this will happen if a library is added or removed from Podfile)
pod install
App Icon graphic made by Freepik from www.flaticon.com