swiftsocket / SwiftSocket

The easy way to use sockets on Apple platforms
BSD 3-Clause "New" or "Revised" License
1.68k stars 400 forks source link

Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2 #197

Open ashishonmobile opened 4 years ago

ashishonmobile commented 4 years ago

I am facing this issue. Is there any solution to this.

Regards, Ashish

waelrammo commented 4 years ago

bump

a13xander96 commented 4 years ago

In the error for the swiftSocket, click on the top level swift socket error icon. This will takes you to Build Settings for SwiftSocket, there just change the Swift Language Version to Swift 5. This pods compile just fine on swift 5

feifeiwei commented 3 years ago

I have meet the same error, do you solve this problem?