Rémi Dayres
Rémi Dayres
A new version is missing (1.4.2) that includes the Package.swift file. The workaround is to select the master branch instead a specific version.
You must cast or switch on the error : ``` }, onError: { (error) in switch error { case let RxApolloError.graphQLErrors(errors): // you have now your qualified `errors` here default:...
It seems. I'm still waiting for merging my PR 😞
@gorbat-o You can get the last Apollo version support with my fork if you want : https://github.com/Ded77/RxApollo/tree/feature/apollo_0.9.0_support
@jstngoulet I'm not sure to understand what you want… Here my Podfile line : `pod 'RxApollo', :git => 'https://github.com/Ded77/RxApollo.git', :branch => 'feature/apollo_0.9.0_support'`
Hum, I think you are right. We should convert this `Maybe` to a regular `Observable`.
I have the same issue when I try to update this package from version 5.0.6 to 5.0.8. I already used SPM with the previous version and It worked fine.
It seems to be the same issue as #344
@murraysagal You can force the package version to 5.0.6. It works with SPM.
Thanks hbmtw. It should be ok now.