Tell us which versions you are using:
command pod update should be successful.
v0.33.3 [!] [Xcodeproj] Generated duplicate UUIDs
npm install react-native-image-crop-picker (version 0.31.0 or higher)
cd ios
pod update
Up to version 0.30.0 all good! Issue starts occurring at and after 0.31.0.
Based on the reason note "(ios) replace RSKImageCropper with TOCropViewController", TOCropVeiwController seems to be the issue.
add below line in ios/Podfile right below require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules
install! 'cocoapods', :deterministic_uuids => false
I found the workaround from CocoaPods repo.
Are you able to build your project after that?
Are you able to build your project after that?
Yes! And it works as expected. Did some tests on iOS and android
i am getting the [Xcodeproj] Generated duplicate UUIDs after i do pod install... I am not able to build the project on iOS after that. Android works fine
Even after adding āinstall! 'cocoapods', :deterministic_uuids => falseā?
After adding the above line run āpod updateā again
Same issue here, I'm guessing this may be an issue in TOCropViewController, since there is a similar report there: https://github.com/TimOliver/TOCropViewController/issues/424
Even after adding āinstall! 'cocoapods', :deterministic_uuids => falseā?
After adding the above line run āpod updateā again
Yes cant build even after doing this
Even after adding āinstall! 'cocoapods', :deterministic_uuids => falseā?
After adding the above line run āpod updateā againYes cant build even after doing this
Sorry to hear that @zaid0077, but unfortunately that's the only workaround I have at the moment
@ddave09 Thanks man!! You save my day š , tried with latest version 0.35.0 it works
Hi there š I was seeing this warning too and I fixed it in this PR: https://github.com/TimOliver/TOCropViewController/pull/432 . The maintainer has released a new version of the TOCropViewController library so you should be able to solve this with the following command:
pod update TOCropViewController
I've verified that this works locally in our app: https://github.com/artsy/eigen/pull/3956 Let me know if that works for all of you!
Updated to version 0.35. The issue is not occurring any longer.
Yay! I'm so glad to hear that š
getting this issue while install ^0.35.1 as well as 0.35.0
RNImageCropPicker (0.35.1)
TOCropViewController (2.5.4)


projectname > ios >
Most helpful comment
Updated to version 0.35. The issue is not occurring any longer.