EurekaCommunity / ViewRow

ViewRow is a Eureka row that allows you to display any UIView (or UIView sunclass) within a Eureka row. Views can be created in code or loaded from nib files.
MIT License
77 stars 16 forks source link

Carthage compatability #8

Open ccunnin297 opened 6 years ago

ccunnin297 commented 6 years ago

When attempting to build with Carthage, I get the following error:

Dependency "Viewrow" has no shared framework schemes for any of the platforms: iOS
alldritt commented 6 years ago

I use CocoaPods for my work and I’m not going to be able to install and learn Carthage due to other commitments. If someone wants to work out Carthage support and create a pull request, I’ll happily integrate it.

ccunnin297 commented 6 years ago

Opened a PR for this: https://github.com/EurekaCommunity/ViewRow/pull/13

368433 commented 6 years ago

Helllo I am getting the same : Dependency "ViewRow" has no shared framework schemes message. I was wondering if the latest pull request attempted a fix? Should I change something on my end?

ccunnin297 commented 6 years ago

If I recall correctly, that was the error I fixed. Try the master branch to see if this fixes your issue.

368433 commented 6 years ago

Thanks for clarifying. Yes indeed, this line in the cartfile still leads to the error: github "EurekaCommunity/ViewRow" But it works fine with : github "EurekaCommunity/ViewRow" "master"

ccunnin297 commented 6 years ago

Yeah, a new release needs to be done in order to have default Carthage functionality work.

wousser commented 5 years ago

The error is back again. Both the latest release and master branch are unable to build with Carthage. Same error as above.

tihomirbg commented 5 years ago

Same error as above. Try with: github "EurekaCommunity/ViewRow" github "EurekaCommunity/ViewRow" "master