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

Incorrect framework name when using CocoaPods #51

Closed
slice opened this issue Jun 20, 2019 · 1 comment
Closed

Incorrect framework name when using CocoaPods #51

slice opened this issue Jun 20, 2019 · 1 comment

Comments

@slice
Copy link

slice commented Jun 20, 2019

If Path.swift is added as a dependency using CocoaPods, Path_swift.framework ends up getting generated, not Path.framework. This leads to the user needing to do import Path_swift instead of import Path.

module_name needs to be specified in the Podspec, as it is done in SQLite.swift here.

@mxcl
Copy link
Owner

mxcl commented Jun 27, 2019

I have applied a fix to my script to fix this for the next release. I guess I will do a bump just to fix this.

@mxcl mxcl closed this as completed Jun 27, 2019
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

No branches or pull requests

2 participants