-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 Installation fails for usage via Checkouts #782
Comments
I made an attempt to fix this, see #783. |
@nicklockwood Thanks for merging my PR so quickly, but it seems I posted it a little too early. According to the Carthage README running It seems something is really wrong with the iCarouselChameleonDemo.xcodeproj when using the Xcode command line tools. So my new approach is to remove all example projects from this library (they can be placed into their own repo for example) and use it like that. If it works, I'll report. I'm not sure if you're OK with such a change, but if you're not we could also keep that version in its own branch (e.g. named "carthage") and add a hint to the README for all Carthage users. |
I can confirm that it is indeed working when the example projects are excluded from the repo: Placing this into my Cartfile:
Then running |
I'm using the most current release (1.8.3) and include the iCarousel files manually into my project from within the Carthage Checkout folder. But when checking out Carthage doesn't simply skip iCarousel when building, because there are several .xcproject files with shared schemes. And one of them (or more?) fails with this:
The text was updated successfully, but these errors were encountered: