-
Notifications
You must be signed in to change notification settings - Fork 820
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
Not embedding project reference targets in multiple targets #933
Comments
This is happening with my project too 😕 |
For me too. The depended targets are embedded only on the alphabetical sorted first target. |
Could I ask this is intended spec.. or bug? Are there any updates? |
This is not intended behaviour, and should be treated a bug. I haven't had a chance to look into this. |
I just made a project which can reproduce this bug 100%. (cf. When I made the application target to top order of targets in project, the bug doesn't occur. https://github.com/mqzkim/xcodegen-test Here are
|
@yonaskolb |
Hi, guys! Could you finish this bug fix? The issue is very annoying 😩 |
This might be related to #1017 ? |
Hi, I have an xcodeproject and I am migrating it using xcodegen. I too have the same issue that is only one of the targets embeds the dependency. However, if I open the original project and generate the new one. I don't have the problem. Could you please let me know the possible reason and the way to overcome this issue without openening original xcodeproject. Thanks. |
I found a solution: original code:
CHANGE TO:
change |
I can take an other look at this. I would really love to fix this issue. |
@zencodex, thank you for sharing. Why do you think your workaround works? |
Also, in case somebody knows -> #1017 (comment) |
I have a project reference to be embedded in my main project, using its targets, but it only gets embedded in one target.
Targets:
Only one of the targets embeds the dependency.
The text was updated successfully, but these errors were encountered: