Post

Replies

Boosts

Views

Activity

Comment on unable to find module dependency : 'minizip'
It is a xcode project based on UIKit and CocoaPods. It has multiple pods, including RxSwift, project-specific dependencies, XCGLogger, and Zip. As we prepare for the upcoming iOS 26 upgrade, building the project on Xcode Beta 26 results in an error: 'Unable to find the module dependency: minizip.' It appears that Zip relies on Minizip. Do you think the new Swift package build implementation requires Minizip to be explicitly defined in the Podfile? or required resolution steps?
Jun ’25
Comment on unable to find module dependency : 'minizip'
It is a xcode project based on UIKit and CocoaPods. It has multiple pods, including RxSwift, project-specific dependencies, XCGLogger, and Zip. As we prepare for the upcoming iOS 26 upgrade, building the project on Xcode Beta 26 results in an error: 'Unable to find the module dependency: minizip.' It appears that Zip relies on Minizip. Do you think the new Swift package build implementation requires Minizip to be explicitly defined in the Podfile? or required resolution steps?
Jun ’25