p2p-org / solana-swift

MIT License
97 stars 59 forks source link

'Task' is only available in iOS 15.0 or newer #52

Closed IhorStasiv closed 2 years ago

IhorStasiv commented 2 years ago

When i do pod instal with your lib, my project say <'Task' is only available in iOS 15.0 or newer> but i already change deployment target to IOS 15, and it still <'Task' is only available in iOS 15.0 or newer>

bigearsenal commented 2 years ago

Hi there, which version of xcode/swift are you using?

bigearsenal commented 2 years ago

It works in after iOS 13.0 with Xcode 13.2.1 !

IhorStasiv commented 2 years ago

It works in after iOS 13.0 with Xcode 13.2.1 !

Thanks I will update my version of xcode

IhorStasiv commented 2 years ago

it work after update Xcode ty