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
Please update framework. Every time Apple updates Swift we have to remove your framework from our project until you build a new version. Thank you in advance! :-)
From stackoverflow ... "You need to set the Build Libraries for Distribution option to Yes in your framework's build settings, otherwise the swift compiler doesn't generate the neccessary .swiftinterface files which are the key to future compilers being able to load your old library."
Please update framework. Every time Apple updates Swift we have to remove your framework from our project until you build a new version. Thank you in advance! :-)
From stackoverflow ... "You need to set the Build Libraries for Distribution option to Yes in your framework's build settings, otherwise the swift compiler doesn't generate the neccessary .swiftinterface files which are the key to future compilers being able to load your old library."
https://stackoverflow.com/questions/58654714/module-compiled-with-swift-5-1-cannot-be-imported-by-the-swift-5-1-2-compiler
The text was updated successfully, but these errors were encountered: