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

project symlink not work #7761

Closed
Whirlwind opened this issue May 21, 2018 · 5 comments
Closed

project symlink not work #7761

Whirlwind opened this issue May 21, 2018 · 5 comments
Labels
s1:awaiting input Waiting for input from the original author

Comments

@Whirlwind
Copy link
Contributor

CocoaPods v1.5.0 and v1.5.2:

I have a project, a development pods and other development pods in the project directory, but all projects are under the symlink directory. eg:

- MyApp -> .mbox/repos/MyApp
                      |---MySDK2
                             |---MySDK2.podspec
- MySDK -> .mbox/repos/MySDK
                      |---MySDK.podspec
- Podfile

In the Podfile:

project 'MyApp/MyApp.xcodeproj'

target 'MyApp' do
    pod 'MySDK', :path=>"MySDK"
    pod 'MySDK2', :path=>"MyApp/MySDK2"
end

I found the Development Pods in Pods project group will not work:

image

Demo here: https://github.com/Whirlwind/CocoaPodsTestSymlink

@Whirlwind Whirlwind changed the title Allow symlink path in add_file_reference project symlink not work May 21, 2018
@dnkoutso
Copy link
Contributor

Yes. I believe this is the a bug. An attempt was made here #7051 but was not finished to land because it had various drawbacks.

@dnkoutso
Copy link
Contributor

which was this issue #6603

@amorde
Copy link
Member

amorde commented May 21, 2018

Yes, I tried a few things to change the way symlinks are handled but unfortunately it was quite a big change.

If I have time I will take another look, but in general I'd recommend avoiding symlinks if you can. PRs are also welcome

@stale
Copy link

stale bot commented Aug 19, 2018

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

@stale stale bot added the s1:awaiting input Waiting for input from the original author label Aug 19, 2018
@stale
Copy link

stale bot commented Aug 26, 2018

This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s1:awaiting input Waiting for input from the original author
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants