Trying to intall Hyperledger Indy using the documentation provided.
When I attempt to install it I get the message
[!] Error installing libindy-objc
[!] /usr/bin/curl -f -L -o /var/folders/fy/jxn6l3m16938_yg6gldn1c9w0000gn/T/d20191009-64232-45n38a/file.zip https://repo.sovrin.org/ios/libindy/stable/indy-objc/1.10.0/libindy-objc.zip --create-dirs --netrc-optional --retry 2
curl: (22) The requested URL returned error: 404
If I got that the URL there is no file... If I update my pod with...
source 'https://github.com/hyperledger/indy-sdk.git'
target 'Koncordant' do
pod 'libindy'
pod 'libindy-objc' , '~> 1.8.2'
end
It will install