YapDatabase
YapDatabase copied to clipboard
Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2.4 compiler.
Hi - I just upgraded to the latest stable Xcode 11.5 (via the mac app store), and am now getting this error (using YapDatabase with Carthage):
"Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2.4 compiler" - referring to YapDatabase.
From what I understand Apple introduced module stability in Swift 5.1 but your framework needs to enable "Build Libraries for Distribution" to share between the different Swift compilers.
Is this a known issue that can be easily/quickly fixed your end? I don't want to have to downgrade Xcode just to make this work.