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 compatability #8

Open
ccunnin297 opened this issue Mar 1, 2018 · 8 comments
Open

Carthage compatability #8

ccunnin297 opened this issue Mar 1, 2018 · 8 comments

Comments

@ccunnin297
Copy link
Contributor

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
Copy link
Collaborator

alldritt commented Mar 2, 2018

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
Copy link
Contributor Author

Opened a PR for this: #13

alldritt pushed a commit that referenced this issue Apr 6, 2018
Moved deployment target back
@368433
Copy link

368433 commented Apr 11, 2018

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
Copy link
Contributor Author

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

@368433
Copy link

368433 commented Apr 11, 2018

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
Copy link
Contributor Author

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

@wousser
Copy link

wousser commented Oct 7, 2018

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

@tihomirbg
Copy link

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

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

No branches or pull requests

5 participants