Closed kmrAX closed 1 year ago
Your project file's Info tab's iOS deployment target will also need to be 15, as well as the target:
I'm going to close this issue, feel free to reopen if the above setting isn't the right one.
Hello, I am having this issue also. I did change the iOS Deployment Target to 13.0 but I still get the error " 'NWConnection' is only available in iOS 12.0 or newer"
Hi, I have added
NWWebSocket
using pod.pod 'NWWebSocket', '~> 0.5.2'
After adding and updating the pod, Xcode is giving me this error
'NWProtocolWebSocket' is only available in iOS 13.0 or newer
But, my target iOS is 15.
Can you please let me know if I am missing something here?