After upgrading to 0.38.0.beta.2 cocoa pods started failing on local development pods. The following item in my Podfile:
pod 'Authentication', :path => '../../Authentication'
caused:
### Error
..
`RuntimeError - [Xcodeproj] Generated duplicate UUIDs``
Downgrading to 0.37 fixed the issue
After upgrading to 0.38.0.beta.2 cocoa pods started failing on local development pods. The following item in my Podfile:
pod 'Authentication', :path => '../../Authentication'caused:
### Error..
`RuntimeError - [Xcodeproj] Generated duplicate UUIDs``
Downgrading to 0.37 fixed the issue