You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 likeand 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
The text was updated successfully, but these errors were encountered: