Start a new topic
Answered

Seeing huge duplicate UUID warnings list

Hi, Everytime I install sdk using pod I get this uuid warning in terminal. Not sure what it mean. Any help on this?

PBXFileReference -- /mainGroup/children/children:children:|,|,displayName:KeychainAccess,isa:PBXGroup,name:KeychainAccess,path:KeychainAccess,sourceTree:<group>,,children:|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,|,...<message clipped>


Best Answer

Pratap,


These are just pod warnings (not from Kinvey) and they are completely harmless. There shouldn't be any issue while app development process due to these warnings.


These warnings can be disabled by running the following command in the terminal. Then run pod install again.

 

 

$ export COCOAPODS_DISABLE_DETERMINISTIC_UUIDS=YES

 

 

Thanks,

Pranav

Kinvey


Answer

Pratap,


These are just pod warnings (not from Kinvey) and they are completely harmless. There shouldn't be any issue while app development process due to these warnings.


These warnings can be disabled by running the following command in the terminal. Then run pod install again.

 

 

$ export COCOAPODS_DISABLE_DETERMINISTIC_UUIDS=YES

 

 

Thanks,

Pranav

Kinvey

Hi Pranav. Thank you so much for your answer. it worked just perfect! cheers :)

Login or Signup to post a comment