Hello,
Since Xcode 11.5 has been updated, I had problems with my projects third party frameworks (RealmSwift).
First I had a message "Module compiled with Swift 5.1.2 cannot be imported by the Swift 5.2.4 compiler".
To resolve this issue, I set BUILD LIBRARY FOR DISTRIBUTION to YES on the project's build settings.
This causes the error "The legacy build system does not support building projects with Swift when SWIFTENABLELIBRARY_EVOLUTION is enabled."
Could you please tell me how can I use realmSwift with the new compiler ?
Thank you in advance.
Since Xcode 11.5 has been updated, I had problems with my projects third party frameworks (RealmSwift).
First I had a message "Module compiled with Swift 5.1.2 cannot be imported by the Swift 5.2.4 compiler".
To resolve this issue, I set BUILD LIBRARY FOR DISTRIBUTION to YES on the project's build settings.
This causes the error "The legacy build system does not support building projects with Swift when SWIFTENABLELIBRARY_EVOLUTION is enabled."
Could you please tell me how can I use realmSwift with the new compiler ?
Thank you in advance.