Skip to content

learn-swift-winnipeg/RxSwift

Repository files navigation

Creating RxSwift Project

This should work. The steps are there for starting from an empty directory. All of these steps have been completed.

  • NOTE: 1 exception is pod install

may need to be ran

To Start:

  1. create a Podile this can be done with vim, and this is the defualt
use_frameworks!
target 'testproj' do
   pod 'RxSwift', '~> 3.0'
   pod 'RxCocoa', '~> 3.0'
  end

NOTE: change testproj to the directory where the Podfile lives

  1. run pod install
pod install 
  1. init defult xcode project structure
swift package init 
  1. generate xcode project
swift package generate-xcodeproj

This should be everything

About

Default project structure for a RxSwift Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published