ashleymills / Reachability.swift

Replacement for Apple's Reachability re-written in Swift with closures
MIT License
7.96k stars 948 forks source link

xCode13 issue #385

Open pjcau opened 3 years ago

pjcau commented 3 years ago

Hi Guys,

I use this library on Carthage and I have this issue on xcode13

Failed to build module 'Reachability'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55)', while this compiler is 'Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)'). Please select a toolchain which matches the SDK.

Thank you

J

dialex commented 3 years ago

Having the same problem on XCode 13, macOS 11.6 Is there any workaround? Or do we need to wait for an official release?