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

Link all dependencies of targets #124

Merged
merged 2 commits into from
May 29, 2024
Merged

Conversation

giginet
Copy link
Owner

@giginet giginet commented May 27, 2024

Link all dependencies to the target automatically. This setting is required when the dependencies are built as dynamic frameworks.

In the original PIFBuilder of SwiftPM, PackageProducts have link frameworks to their dependencies. However, Scipio ignores this and use library target to make framework instead.
So we need to add dependencies to the framework link phase of the library targets.

@giginet giginet force-pushed the link-dependencies-of-targets branch from cd41259 to 947a7cd Compare May 29, 2024 05:46
@giuk-jung giuk-jung self-requested a review May 29, 2024 07:17
@giginet giginet merged commit d029413 into main May 29, 2024
3 checks passed
giginet added a commit that referenced this pull request Jun 5, 2024
…gets"

This reverts commit d029413, reversing
changes made to 4e0c4b7.
@giginet giginet mentioned this pull request Jun 5, 2024
giginet added a commit that referenced this pull request Jun 5, 2024
@ikesyo ikesyo deleted the link-dependencies-of-targets branch October 25, 2024 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants