Latest available RIBs podspec in CocoaPods is of version 0.9.1 and it doesn't equal to implementation in HEAD (v0.9.2). So we cann't even build tutorial projects in clean manner.
Steps to reproduce:
- Checkout RIBs HEAD.
- Change Podfile in any tutorial removing
path: = "..."
- Run
pod install for this tutorial.
- Open tutorial workspace in Xcode.
- Build project.
Result: build failed with error: AppDelegate.swift:40:9: Value of type 'LaunchRouting' has no member 'launch'
Expected: build finished successfully
Latest available RIBs podspec in CocoaPods is of version 0.9.1 and it doesn't equal to implementation in HEAD (v0.9.2). So we cann't even build tutorial projects in clean manner.
Steps to reproduce:
path: = "..."pod installfor this tutorial.Result: build failed with error:
AppDelegate.swift:40:9: Value of type 'LaunchRouting' has no member 'launch'Expected: build finished successfully