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

[!] [Xcodeproj] Generated duplicate UUIDs #684

Open
mpujol opened this issue Mar 8, 2021 · 1 comment
Open

[!] [Xcodeproj] Generated duplicate UUIDs #684

mpujol opened this issue Mar 8, 2021 · 1 comment

Comments

@mpujol
Copy link

mpujol commented Mar 8, 2021

Running pod install generates a build warning s beginning with the following:

[!] [Xcodeproj] Generated duplicate UUIDs:

...

There were some changes related to TOCropViewController that caused build errors.
The issue has since been resolved in version 2.5.3 but the Cartfile here may need to be updated as well. My current prodfile lock shows the following:

  - DKImagePickerController/PhotoEditor (4.3.2):
    - CropViewController (~> 2.5)

Resolved Issue link

Workaround

Adding install! 'cocoapods', :deterministic_uuids => false in the Podfile silences the warnings

@picalg
Copy link

picalg commented May 14, 2021

This didn't work for me, any other options?

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

2 participants