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

build warning: XCode 12 support only IPHONEOS_DEPLOYMENT_TARGET from 9.0 to 14.0.99

Open datacosmos opened this issue 5 years ago • 2 comments

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!

datacosmos avatar Oct 08 '20 21:10 datacosmos

I am facing the same issue while trying to push to Cocoapods

Souro7 avatar Oct 16 '20 10:10 Souro7

Will be fixed by #1309

nuclearace avatar Nov 07 '20 22:11 nuclearace