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

Remove duplicate bundles from build products #501

Merged
merged 1 commit into from Aug 30, 2021

Conversation

SimplyDanny
Copy link
Contributor

Due to a bug in Xcode using SPM, dependencies used in internal frameworks are present multiple times in the built product. See for example:

This "hack" removes them from the internal framework and only includes all of them in the main application.

I'm not sure this will work ...

Due to a bug in Xcode using SPM, dependencies used in internal frameworks are present multiple times in the built product. See for example:

    https://forums.swift.org/t/swift-package-binary-framework-issue/41922/3
    https://stackoverflow.com/questions/40005130/error-itms-90685-cfbundleidentifier-collision-there-is-more-than-one-bundle

This "hack" removes them from the internal framework and only includes all of them in the main application.
@mssun mssun merged commit 77ca3ff into mssun:master Aug 30, 2021
@SimplyDanny SimplyDanny deleted the remove-duplicate-bundles branch September 1, 2021 08:31
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.

None yet

2 participants