This project consists of a minimal workspace with a playground for testing iOS code with RxSwift. Of course, you can also add other frameworks easily through Carthage. Tested with Xcode 9.3, Swift 4.1 and RxSwift 4.1.2. Code for macOS can also be tested by changing the appropriate build settings.
It has
- No code signing
- No property list
- There's not even an app here
It's just a workspace that uses RxSwift installed by Carthage.
Install RxSwift using
$ carthage update
Sometimes a fresh build is needed and can be done with
$ carthage update --no-use-binaries
Open IKIRxSwiftPlayground-v2.xcworkspace
.
Play, learn, test. Happy prototyping!
Sometimes auto completion does not work and this can be frustrating because it is not clear what causes the problem. Below, I've recorded what seems to have no effect on autocompletion.
- Whether the platform is iOS or macOS
- Performing a successful build