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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: