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 'Example' target #15

Closed
apascual opened this issue May 29, 2020 · 3 comments · Fixed by #27
Closed

Remove 'Example' target #15

apascual opened this issue May 29, 2020 · 3 comments · Fixed by #27
Assignees

Comments

@apascual
Copy link

Hi,

Swift Package Manager has issues when two dependencies contain the same target name (https://forums.swift.org/t/multiple-target-issue-with-spm/16696).

The targets should be named properly to avoid conflicts with other libraries.

@minuscorp
Copy link
Collaborator

I haven't jumped into this issue, can we confirm that this is still an issue with SPM?

@djbe
Copy link

djbe commented Dec 31, 2021

I can confirm this is still an issue with Swift 5.5 (Xcode 13.2.1), when trying to use Komondor.

error: multiple targets named 'Example' in: 'packageconfig', 'swifter'

@minuscorp
Copy link
Collaborator

I'll make a PR during the next week.

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 a pull request may close this issue.

3 participants