-
Notifications
You must be signed in to change notification settings - Fork 119
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
Missing required module 'Minizip' #298
Comments
I wonder if you give me the different module‘ xcframwwork by complice by Swift 5.7.2 compiler of xcode14.2 or give me the xcframwwork that can support all Swift version compiler by set “build libraries for distribution” as YES for version 2.3.0 or vresion 2.4.0. ( not 2.5.0 ) |
I'm not sure I understand what you mean? When using Swift Package Manager, there are no XCFrameworks involved. |
Do you have the same issue when building the Readium Test App? (using |
It's often messy with the Carthage update. You really need to clear all the Carthage caches. For example, from the root of your project:
No, sorry. Do you have the same SPM issue when building the Readium Test App? (using make spm in the TestApp folder, see its README). |
yes I face. the problem using SPM ,fpr example. other file need import 'R2Shared', show error “No such module ”!!!!! |
Bug Report
spm add swift-tooklit
What happened?
import R2Shared
Expected behavior
Development environment
swift version build 5.7
xcode 14
The text was updated successfully, but these errors were encountered: