Estimote / iOS-Proximity-SDK

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

Proximity library does not compile with latest Xcode (13.2.1) #64

Closed SwiftNativeDeveloper closed 2 years ago

SwiftNativeDeveloper commented 2 years ago

Version 13.2.1 (13C100)

Upon attempting to build a brand new empty template downloaded from the portal, I'm receiving the following non-start compile error.

Module compiled with Swift 5.2 cannot be imported by the Swift 5.5.2 compiler.

Swift 5.5 is a minimum requirement for me, any chance that your library will get an update to SPM using XCFrameworks and a support for newer Swift language level?

Touutae-lab commented 2 years ago

I have an issue too module compiled with Swift 5.1 cannot be imported by the Swift 5.5.2 compiler

SwiftNativeDeveloper commented 2 years ago

Thanks @djhayden!