-
Notifications
You must be signed in to change notification settings - Fork 822
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
Recursive path issues #260
Comments
Hi @iamtomcat |
Here is my spec. No I'm not using filegroups. Maybe that is what I'm missing in this case? I've got a couple different paths under there.
|
Also is it possible to glob files together under one group? |
@yonaskolb This might be related to this issue. I found that if a folder doesn't have any files in it then any folder inside of it gets pulled out into it's own group instead of being included in the overall group.
|
Just closing this figured out some work arounds. |
Hi @iamtomcat, I’m reopening this as these are still valid issues. Sorry I haven’t gotten around to them yet, this fell under the radar. |
I have the same issue :( @iamtomcat I don't have any workaround for now but let me now if I can do anything to help you find out what's going on. I have a starter project but it is in a private repo. I can add you if required. Configuration is minimal for now, but the is a filestucture: It find all the files but place all folders at the root level in Xcode, tried with createIntermediateGroups on/off |
So what I do is kind of double up on a folder. At the moment it's able to tell what has been included or not with original path and it should glob the rest up. Not the most ideal for being explicit.
|
@yonaskolb I'm trying to move things around to understand what I can do.
|
All paths in the |
I think I may have hit the same/similar issue here. For a given configuration
I'm getting folders generated as:
What I am looking for
Where the support folder contains header files with If I remove Am I doing something wrong? Thanks! |
I see. Thanks for the info @rpassis.
|
Thanks @yonaskolb that solves it! FWIW here's what I used
|
Great! It's bit of a workaround I know. |
I'm back on a project using XcodeGen. The issue is still here : now if I move to: so I move paths adding ../ in project.yml |
This issue has been fixed by #681. It will be shipped on next release (perhaps 2.10.0) |
2.10.0 has been released. Closing this for now. Please open again if anyone has any more issues with this |
When I move to the parent directory and then try and use other folder outside of the current directory, everything is picked up fine, however all the folders are not included inside of the named directory or the last folder.
I'm getting around this by using a symlink to pull the folders in correctly.
Should also note this happens when using a full path as well.
Using a symlink:
Without symlink and using a parent path:
../otherfolder/sources
The text was updated successfully, but these errors were encountered: