I downloaded Xcode Beta 26 and built the POS code repository project. However, an error appeared: unable to find the module dependency 'minizip'. No changes have been made to the repository since upgrading to iOS 18.0. Is this a new issue with Xcode 26, and what are the resolution steps?
I also had having this issue with CocoaPods dependencies.
I found the issue is with Explicitly Built modules not Xcode 26 specifically. It's just that Xcode 26 has explicitly built modules on by default.
To work around it you can set Explicitly Built Modules to no. But I'm surprised not to find anyone else having issues with this in Xcode 16, nor any mention of explicitly build modules on CocoaPods. I know it's end of life but still.
The real fix is to stop using CocoaPods.