Embedding project reference targets in multiple targets#1108
Embedding project reference targets in multiple targets#1108mqzkim wants to merge 2 commits intoyonaskolb:masterfrom
Conversation
# Add dependencySet to avoid duplicate project reference targets
|
if there are mutliple targets with the same depdency on same target from project reference, this fix will set incorrect dependencies |
@PaulTaykalo Would you provide any example that I can reproduce your issue? |
|
I tried to see what an Xcode generated setup would look like. It seems this PR is definitely on the correct path. Here @PaulTaykalo Did you have more info on the issues with this PR? |
|
Tried this branch again - have the same result. This is an oversimplified example of our project. graph TD
A.pbxproj --> B[Target from B.pbxproj]
C.pbxproj --> B[Target from B.pbxproj]
linkStyle 1 stroke: red, stroke-width: 2px;
I can't provide more detailed explanation on this, but this PR breaks that part. |



To solve this, #933
Add dependencySet to avoid duplicate project reference targets
Also)- Project framework would be included frameworkFiles.