xmartlabs / Eureka

Elegant iOS form builder in Swift
https://eurekacommunity.github.io
MIT License
11.78k stars 1.33k forks source link

Xcode 12.2 #2119

Closed terryworona closed 3 years ago

terryworona commented 3 years ago

Any idea when Eureka will be compatible with swift 5.3.1 (via Xcode 12.2)?

I'm getting this import error with the latest Xcode GM (12.2 12B45b):

Module compiled with Swift 5.3 cannot be imported by the Swift 5.3.1 compiler

Building off of master but no luck.

terryworona commented 3 years ago

Release 5.3.2 doesn't seem to resolve this for Xcode. 12.2.

mats-claassen commented 3 years ago

Are you using Carthage? If so, have you rebuild the Eureka dependency after updating Xcode? This sounds like your Eureka dependency being built by a previous version of Xcode. If you are not using Carthage try to clean and build Eureka

terryworona commented 3 years ago

Ah my mistake! It was built using Xcode 12.1. Re-built using 12.2 and works now. Thanks for help.