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
Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1 compiler:
TinyCrayon/TCMask.framework/Modules/TCMask.swiftmodule/x86_64.swiftmodule
I am getting this error as I compiled your libs in ios 13 support (swift 5.1) so I am getting this error, is there any fix for iOS 13 (Xcode 11.4)?
ITMS-90725: SDK Version Issue - This app was built with the iOS 12.2 SDK. Starting April 2020, all iOS apps submitted to the App Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later
The text was updated successfully, but these errors were encountered:
The framework is precompiled in 5.01 so you won't be able to use it unless they release an updated version or the source so you can compile it yourself.
Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1 compiler:
TinyCrayon/TCMask.framework/Modules/TCMask.swiftmodule/x86_64.swiftmodule
I am getting this error as I compiled your libs in ios 13 support (swift 5.1) so I am getting this error, is there any fix for iOS 13 (Xcode 11.4)?
ITMS-90725: SDK Version Issue - This app was built with the iOS 12.2 SDK. Starting April 2020, all iOS apps submitted to the App Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later
The text was updated successfully, but these errors were encountered: