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

Unsupported Swift Version #185

Closed dragostouchbistro closed 4 years ago

dragostouchbistro commented 4 years ago

Xcode 11 does not support Swift 3. Are there any plans to upgrade the library? Thank you

Screen Shot 2019-11-23 at 10 00 18 AM

dragostouchbistro commented 4 years ago

This was fixed when I changed the Swift version for the pod target

eschos24 commented 4 years ago

@dragostouchbistro how did you fix this exactly? My project's Swift version is 5, and the lowest version I can set for the pod is Swift 4.

dragostouchbistro commented 4 years ago

I’ve just changed the Swift version for the pod target to 5.

On Fri, Nov 29, 2019 at 4:22 PM eschos24 notifications@github.com wrote:

@dragostouchbistro https://github.com/dragostouchbistro how did you fix this exactly? My project's Swift version is 5, and the lowest version I can set for the pod is Swift 4.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/swiftsocket/SwiftSocket/issues/185?email_source=notifications&email_token=ANDSFMQEPKSG6N7VB6JNQM3QWGBYLA5CNFSM4JQ2RI62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFPSBBI#issuecomment-559882373, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANDSFMV6DVGKGN5DR5RDNETQWGBYLANCNFSM4JQ2RI6Q .

--

The information and attachments in this email are confidential and

proprietary and intended only for use by the individual or entity who is

the intended recipient or those authorized to receive or view them. If you received this communication in error please notify the sender immediately and permanently delete the original message and any attachments without making a copy. Unauthorized use, distribution, or copying of information received in error is prohibited and unlawful.

eschos24 commented 4 years ago

I did that, but then it had a ton of errors that different classes or variables were redefined.