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

Module name is not consistent between Cocoapods and Carthage #163

Open
kent013 opened this issue Feb 27, 2017 · 0 comments
Open

Module name is not consistent between Cocoapods and Carthage #163

kent013 opened this issue Feb 27, 2017 · 0 comments

Comments

@kent013
Copy link

kent013 commented Feb 27, 2017

Hi, I'm developing a framework using ZipZap.
The framework build upon Carthage.
When I use ZipZap through Carthage, a module name of ZipZap is ZipZap.
And through cocoapods, a module name is zipzap.

Because of this, when users of my framework uses cocoapods to build their projects, xcode reports Missing required module 'ZipZap' error.

I've forked your project, added "module_name": "ZipZap" to Podspec file and write Podfile like

pod "zipzap", :git => "https://github.com/engraphia/ZipZap", :branch => "8.1.1_mod

and build will work.
But if I took this method, I have to fork your repository every time version is raised.

Is there any other way to use ZipZap in my framework in both cocoapods and carthage environment?

FYI)
This problem is as same as
ashleymills/Reachability.swift#128
and SSZipArchive has same problem.
https://github.com/ZipArchive/ZipArchive

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

1 participant