zhangao0086 / DKImagePickerController

Image Picker Controller for iOS written in Swift 4 & 5.
MIT License
1.49k stars 471 forks source link

[!] [Xcodeproj] Generated duplicate UUIDs #684

Open mpujol opened 3 years ago

mpujol commented 3 years ago

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 commented 3 years ago

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