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 ConduitDynamic #153

Merged
merged 1 commit into from
Jul 20, 2020
Merged

Remove ConduitDynamic #153

merged 1 commit into from
Jul 20, 2020

Conversation

eneko
Copy link
Contributor

@eneko eneko commented Jul 15, 2020

This pull request includes (pick all that apply):

  • Bugfixes
  • New features
  • Breaking changes
  • Documentation updates
  • Unit tests
  • Other

Summary

  • ConduitDynamic was introduced due to a bug in Xcode 11.4, where app extensions linking to static libraries would trigger a "duplicate code" build error
  • This bug was fixed in Xcode 11.4.1 (see Swift Packages section), so ConduitDynamic is no longer needed.

- `ConduitDynamic` was introduced due to a bug in Xcode 11.4, where app extensions linking to static libraries would trigger a "duplicate code" build error
- This bug was fixed in [Xcode 11.4.1](https://developer.apple.com/documentation/xcode-release-notes/xcode-11_4_1-release-notes) (see Swift Packages section), so `ConduitDynamic` is no longer needed.
Copy link
Contributor

@johnhammerlund johnhammerlund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great find! Thanks!

@eneko eneko merged commit 176b5f2 into master Jul 20, 2020
@eneko eneko deleted the task/remove-conduitdynamic branch July 20, 2020 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants