Skip to content
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

Saving a workspace breaks a workspace using containers #118

Closed
kylef opened this issue Jan 8, 2014 · 2 comments · Fixed by #150
Closed

Saving a workspace breaks a workspace using containers #118

kylef opened this issue Jan 8, 2014 · 2 comments · Fixed by #150

Comments

@kylef
Copy link
Contributor

kylef commented Jan 8, 2014

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.

@kylef
Copy link
Contributor Author

kylef commented Mar 14, 2014

I found additional information regarding this.

The location should look something like:

<type>:<path>

The following types are supported by Xcode:

  • Absolute Path (absolute)
  • Relative to Group (group)
  • Relative to Workspace (container)
  • Relative to Developer Directory (developer)

@Sharonfx
Copy link

Sharonfx commented Aug 8, 2023

#150 open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants