Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carthage build not working. #9

Open
amccarri opened this issue Apr 3, 2018 · 2 comments
Open

Carthage build not working. #9

amccarri opened this issue Apr 3, 2018 · 2 comments

Comments

@amccarri
Copy link

amccarri commented Apr 3, 2018

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
`

@mfcollins3
Copy link

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.

@pedro-nadolny
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants