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

Adapt Package.swift for Xcode 12 #241

Merged
merged 1 commit into from
Oct 11, 2020
Merged

Adapt Package.swift for Xcode 12 #241

merged 1 commit into from
Oct 11, 2020

Conversation

djbe
Copy link
Contributor

@djbe djbe commented Oct 11, 2020

Fixes #240.

With Xcode 12, when we import Kanna into a project using SPM and then use swift package generate-xcodeproj, it'll generate a broken project. Apparently, starting with Xcode 12, the system "knows" where to find libxml2 and doesn't need our help finding it.

I assume we want to keep the system target for older macOS/Xcode versions, and Linux obviously.

@tid-kijyun tid-kijyun merged commit 216e39d into tid-kijyun:master Oct 11, 2020
@djbe djbe deleted the bugfix/xcode-12 branch October 11, 2020 22:15
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.

Xcode 12: Redefinition of module 'libxml2'
2 participants