ViewRow icon indicating copy to clipboard operation
ViewRow copied to clipboard

Carthage compatability

Open ccunnin297 opened this issue 7 years ago • 8 comments

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

Dependency "Viewrow" has no shared framework schemes for any of the platforms: iOS

ccunnin297 avatar Mar 01 '18 18:03 ccunnin297

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.

alldritt avatar Mar 02 '18 00:03 alldritt

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

ccunnin297 avatar Apr 05 '18 22:04 ccunnin297

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?

368433 avatar Apr 11 '18 03:04 368433

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

ccunnin297 avatar Apr 11 '18 04:04 ccunnin297

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"

368433 avatar Apr 11 '18 11:04 368433

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

ccunnin297 avatar Apr 12 '18 04:04 ccunnin297

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

wousser avatar Oct 07 '18 10:10 wousser

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

tihomirbg avatar Jul 11 '19 08:07 tihomirbg