You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like v0.9.3 does not work with CocoaPods. Even a brand new empty project with a Podfile containing only:
pod 'Parse+PromiseKit', '0.9.3'
results in:
[!] Unable to satisfy the following requirements:
- `Parse+PromiseKit (= 0.9.3)` required by `Podfile`
Even giving :head for the version number results in the following output during update:
Installing Bolts (1.3.0)
Installing Parse (1.8.5)
Installing Parse+PromiseKit (HEAD based on 0.9.2)
Installing PromiseKit (2.2.1)
[!] Pods written in Swift can only be integrated as frameworks; this feature is still in beta. Add `use_frameworks!` to your Podfile or target to opt into using it. The Swift Pod being used is: PromiseKit
The text was updated successfully, but these errors were encountered:
It looks like v0.9.3 does not work with CocoaPods. Even a brand new empty project with a Podfile containing only:
results in:
Even giving
:head
for the version number results in the following output during update:The text was updated successfully, but these errors were encountered: