-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local development pods no longer working #3823
Comments
Can you please share a project that reproduces the issue? This isn't sufficient information to go on |
Sure, I can't share this one but I'll try and create an example project to produce it soon. |
Thanks! |
I have the same issue with this project: https://github.com/grpc/grpc/tree/master/src/objective-c/tests Either v. 0.37 or v. 0.38 with export COCOAPODS_DISABLE_DETERMINISTIC_UUIDS=YES work, but not v. 0.38 with deterministic UUIDs. The 3rd and 4th pods of the Podfile can be removed (they need protoc to be installed in your machine). With only the first one (Protobuf), the error doesn't occur. With the first and the second one (gRPC), it does. (The first one points to a submodule). |
|
Having deterministic UUIDs to appease version control looks super sweet though :) |
+1 with our local development pods. I don't have much time to reproduce it, but maybe the Podfile.lock can help: The local pods are all the ones prefixed by 'Atipik'
|
I'm having the same problem, but don't really understand where to set the |
in the terminal, type export COCOAPODS_DISABLE_DETERMINISTIC_UUIDS=YES |
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
The text was updated successfully, but these errors were encountered: