问题
After updating to Xcode 11.5, I cannot import My Universal framework. Basically, I have created one framework and also generated the universal framework. The framework was compiled in the lower version of Swift (Swift 5.1). It worked fine previously. While importing the same framework in the same project in XCode 11.5 (Swift 5.2), it throws the following error.
Module compiled with Swift 5.1.2 cannot be imported by the Swift 5.2.4 compiler I have already marked the Build Libraries for Distribution to Yes and Skip Install to No.
Please help. Thank you in advance!
来源:https://stackoverflow.com/questions/63409713/module-compiled-with-swift-5-1-2-cannot-be-imported-by-the-swift-5-2-4-compiler