Error installing couchbase-lite-ios

Good day.

I’ve been assigned to work solely on an existing iOS Project which is using CouchbaseLite.

Pod version that I use: 1.5.3
Podfile includes
pod ‘couchbase-lite-ios’, ‘1.3.1’
pod ‘couchbase-lite-ios/SQLCipher’, ‘1.3.1’
Xcode version: 9.4.1

I am try to run pod install however I am encountering this error:

[!] Error installing couchbase-lite-ios
[!] /usr/bin/curl -f -L -o /var/folders/4s/s__x87fs37dgnfkjvc71cdk00000gp/T/d20200422-22320-111gdro/file.zip http://latestbuilds.hq.couchbase.com/couchbase-lite-ios/1.3.1/ios/1.3.1-6/couchbase-lite-ios-community_1.3.1-6.zip --create-dirs --netrc-optional --retry 2

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0Warning: Transient problem: timeout Will retry in 1 seconds. 2 retries left.
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0Warning: Transient problem: timeout Will retry in 2 seconds. 1 retries left.
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0curl: (6) Could not resolve host: latestbuilds.hq.couchbase.com

May I ask what should I do about this?

Please upgrade to use v1.4.4.

Hi @pasin thank you for the quick reply.

May I ask why? Is this version not supported anymore?

The entire 1.x line has been end of life for over a year now, so yes.

Oh thank you @borrrden , I appreciate it.

To reiterate what Jim indicated, please upgrade to 2.x.

Noted @priya.rajagopal thanks for taking the time to respond. My problem has been solved. Thank you.