Estimote / iOS-Proximity-SDK

Estimote Proximity SDK for iOS
https://developer.estimote.com
Apache License 2.0
61 stars 26 forks source link

Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1 compiler #46

Closed karthironald closed 4 years ago

karthironald commented 4 years ago

Hi,

I'm using latest EstimoteProximitySDK version 1.4.1 and Xcode 11 beta (11M336w). When I build my project I'm getting Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1 compiler error. Can anyone please help? When can we expect Swift 5.1 update? Please let me know if i miss anything.

Thanks!

karthironald commented 4 years ago

Any updates in this?

dandreikiv commented 4 years ago

I have the same issue.

daningamells commented 4 years ago

Same issue :-(

heypiotr commented 4 years ago

Thanks for your reports all, and sorry for the long wait! ^_^

We should have an update for Swift 5.1 very soon, hopefully by the end of this week.

The good news is, with Module Stability in Swift 5.1, this should be the last time you see an issue like this. Module Stability means that going forward, you can take a Swift 5.1 library (e.g., the next version of the Proximity SDK), and use it with any future Swift compiler (:

karthironald commented 4 years ago

Looking for updated version soon! Thanks for the update.

heypiotr commented 4 years ago

1.5.0-beta1 is now available, in this repo and on CocoaPods, let us know if it works for you.

The final 1.5.0 will come after Xcode 11 releases as stable.

karthironald commented 4 years ago

Will check and update you! Thanks!

novinfard commented 4 years ago

I used the latest build and now it works with Xcode 11, not with Xcode 10 now! The same error is shown. I cleared my build to be sure about everything.