I am trying to install AWSAppSync
and AWSMobileClient
to my ios app.
When I want to use pod install.
I have tried to use only AWSAppSync or AWSMobileClient. They are fine when used alone but they don't work in the same pod file. I also tried different version of AWSAppSync and AWSCore. AWSCore 2.7.0 or 2.8.0 doesn't make difference in this case. Different version of AWSAppSync return the same error.
#installed
#pod 'AWSCore', '~> 2.8.0'
pod 'AWSAppSync', '~> 2.6.24'
pod 'AWSMobileClient', '~> 2.8.0'
pod 'AWSAuthUI', '~> 2.8.0'
pod 'AWSUserPoolsSignIn', '~> 2.8.0'
This is what's returned:
[!] CocoaPods could not find compatible versions for pod "AWSCore":
In snapshot (Podfile.lock):
AWSCore (= 2.7.4, ~> 2.7.0)
In Podfile:
AWSAppSync (~> 2.6.24) was resolved to 2.6.25, which depends on
AWSCore (~> 2.7.0)
AWSMobileClient (~> 2.8.0) was resolved to 2.8.0, which depends on
AWSAuthCore (= 2.8.0) was resolved to 2.8.0, which depends on
AWSCore (= 2.8.0)