-
-
Notifications
You must be signed in to change notification settings - Fork 967
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
Duplicate UUIDs when installing via CocoaPods #437
Comments
Exclude headers in the Swift podspec #437
This should be fixed now. Thanks so much to @regularberry for the PR! |
I have just installed TOCropViewController with cocoapods and got this warning. Don't think it's fixed :( |
@dvdblk Tim will have to push out another release before you’d see a change. Unless you installed from master? |
@regularberry No, I haven't installed from master so yes, you're right. Thought master was up-to-date with the latest release. My bad :) |
This issue is a fresh start from issue #424.
It seems that our efforts to support SPM (Which involved setting up a series of symlinks to the Objective-C headers) ended up causing an issue in CocoaPods where pod installations will mention duplicate UUIDs.
I think this should be as easy to fix as ensuring that CocoaPods avoids the
include
folder with the header symlinks in it.I sadly don't have the time to play with trying to find the right solution to this (Between work and preparing to travel back home), so if you're experiencing this problem and are in a position to test it yourself, any help would be appreciated. :)
Thanks!
The text was updated successfully, but these errors were encountered: