socket.io-client-swift icon indicating copy to clipboard operation
socket.io-client-swift copied to clipboard

Fails to build in Xcode 13

Open kuprel opened this issue 3 years ago • 4 comments

Building in Xcode 13 gives the warning message:

Module 'SocketIO' was not compiled with library evolution support; using it means binary compatibility for 'TestApp' can't be guaranteed

A simple test app runs fine with "debug" build configuration, but when changed to "release" build configuration the following error occurs:

Failed to build module 'Network'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5 (swiftlang-1300.0.17.216 clang-1300.0.18.1)', while this compiler is 'Apple Swift version 5.5 (swiftlang-1300.0.19.104 clang-1300.0.18.4)'). Please select a toolchain which matches the SDK.

kuprel avatar Jun 08 '21 21:06 kuprel

SocketIO failed to build in Xcode 13 with swift 5.5. is there any timeline to fix this issue ?

jeyanthanperiyasamy avatar Jul 30 '21 15:07 jeyanthanperiyasamy

Same here with Carthage in Xcode 13 and Monterey:

Build Failed: … … This usually indicates that project itself failed to compile.

Edit: I fixed my issue replacing the 1200 by 1300 in the carthage workaround script

juanjovn avatar Oct 26 '21 13:10 juanjovn

Same here !!

MakinoRuki avatar Dec 19 '21 03:12 MakinoRuki

+1

mehdigriche avatar Jan 16 '23 08:01 mehdigriche