ASC supports an old version of Cocoapods

Installation issue:
The Cocoapods installation offers up to 4.8.0, but in reality, we can only use up to version 4.0.0

Hi @jatupornsuk,

The issue with cocoapod installation has been fixed. You can install 4.8.0 by adding line below to your Podfile and running pod install

pod 'EkoChat', :source => "https://github.com/EkoCommunications/EkoMessagingSDK.git"

1 Like

The customer said they still got the problem.

Hi,

We tested this on our side and it seems to be working fine. This issue can arise if the cocoapod specs repo on the machine where pod is being installed is outdated.

Please perform pod repo update followed by pod install
or
pod install --repo-update

1 Like