We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As you can see in the following diff:
<FileRef - location = "container:GCE.xcodeproj"> + location = "group:container:GCE.xcodeproj"> </FileRef>
The original container:GCE.xcodeproj gets replaced by group:container:GCE.xcodeproj. I simply used pod install on this workspace and this happened.
container:GCE.xcodeproj
group:container:GCE.xcodeproj
pod install
The text was updated successfully, but these errors were encountered:
I found additional information regarding this.
The location should look something like:
<type>:<path>
The following types are supported by Xcode:
Sorry, something went wrong.
#150 open
Successfully merging a pull request may close this issue.
As you can see in the following diff:
The original
container:GCE.xcodeproj
gets replaced bygroup:container:GCE.xcodeproj
. I simply usedpod install
on this workspace and this happened.The text was updated successfully, but these errors were encountered: