Posts

Post not yet marked as solved
1 Replies
808 Views
I got this error when distributing my app "This app was built with the iOS 12.4 SDK. As of June 30, 2020, all apps for iPhone or iPad must be built with the iOS 13 SDK or later, included with Xcode 11 or later." When I build the app with Xcode 11, I got this error "Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.2.4 compiler:". The framework binary is a licensed component and I dont have its source code to rebuild. Given the lib has to stay with 5.0.1, is there a way to build and distribute an app with Swift 5.0.1 and iOS 13 SDK in XCode 10.x? (I have tried the ToolChain in XCode11, it built successfully but App does not allow to distribute. It requires the default ToolChain which is Swift 5.2.)
Posted
by vitran.
Last updated
.