You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Running
pod install
generates a build warning s beginning with the following: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:
Resolved Issue link
Workaround
Adding
install! 'cocoapods', :deterministic_uuids => false
in the Podfile silences the warningsThe text was updated successfully, but these errors were encountered: