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

[CMB-18181] | Fix Package.swift included in sources #2

Merged

Conversation

MouadBenjrinija
Copy link
Collaborator

@MouadBenjrinija MouadBenjrinija commented Sep 30, 2024

The main target of the package uses . (root folder) as sources folder, this makes Package.swift part of the source files, which wasn't causing issues when used through SPM (perhaps it excludes it automatically under the hood), but when imported through Tuist it caused a compile time error as Package.swift should be excluded from sources.

Screenshot 2024-09-25 at 15 38 13

https://yassir.atlassian.net/browse/CMB-18181

@MouadBenjrinija MouadBenjrinija changed the title Fix Package.swift included in sources [CMB-18182] | Fix Package.swift included in sources Sep 30, 2024
@MouadBenjrinija MouadBenjrinija changed the title [CMB-18182] | Fix Package.swift included in sources [CMB-18181] | Fix Package.swift included in sources Sep 30, 2024
@MouadBenjrinija MouadBenjrinija self-assigned this Oct 2, 2024
@HagerElsayed HagerElsayed merged commit 8d8794d into master Oct 22, 2024
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.

2 participants