You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
`
The text was updated successfully, but these errors were encountered: