socket.io-client-swift
socket.io-client-swift copied to clipboard
build warning: XCode 12 support only IPHONEOS_DEPLOYMENT_TARGET from 9.0 to 14.0.99
On current carthage build I get:
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'SocketIO' from project 'Socket.IO-Client-Swift')
Could anyone bump the target version to 9.0?
TIA!
I am facing the same issue while trying to push to Cocoapods
Will be fixed by #1309