When trying to download Async via Cocoapods, the following error is thrown:
[!] The platform of the target MyApp (watchOS 2.0) is not compatible with AsyncSwift (1.7.2), which does not support watchos.
This is the entire podfile:
use_frameworks!
target 'MyApp' do
platform :watchos
pod 'AsyncSwift'
end
When trying to download Async via Cocoapods, the following error is thrown: [!] The platform of the target
MyApp
(watchOS 2.0) is not compatible withAsyncSwift (1.7.2)
, which does not supportwatchos
.This is the entire podfile:
use_frameworks! target 'MyApp' do platform :watchos pod 'AsyncSwift' end
Awesome lib by the way, really helpful!