devxoul / RxViewController

RxSwift wrapper for UIViewController and NSViewController

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carthage build not working.

amccarri opened this issue · comments

Get the following when trying to install with Carthage 0.29.0:

`
*** Skipped building RxViewController due to the error:
Dependency "RxViewController" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at https://github.com/devxoul/RxViewController/issues/new
`

I hit this issue tonight. I’m compiling my Carthage dependencies as static frameworks and embedding them in a single dynamic iOS framework. The author isn’t using Xcode for this project, so you can’t use Carthage to build the project from source. You have to use the built releases.

In order to use this the way that I want to, I had to reference this project (actually my fork of it) as a Git submodule and then add the source file to my Xcode framework project.

Having the same issue here. What is the status on this? Will it be merged?