JivoChat / JivoSDK-iOS

The Jivo Mobile SDK allows you to embed the Jivo chat into your iOS mobile applications to receive customer requests
https://www.jivochat.com
Apache License 2.0
8 stars 5 forks source link

SDK does not contain 'libarclite' at the path; try increasing the minimum deployment target #14

Open akoruk opened 4 months ago

akoruk commented 4 months ago

When added on an empty project via CocoaPods, the project does not compile and gives an error. If there is a fix for this issue, can you create a sample project and add into the repository?

Podfile:

use_frameworks!

source 'https://github.com/cocoapods/specs' source 'https://github.com/jivochat/cocoapods-repo'

target 'TestSDK' do pod 'JivoSDK' end

Semen110996 commented 3 months ago

I had exactly the same problem. I changed the minimum deployments value to a higher value for all the libraries that Xcode complained about, and the problem disappeared.

Semen110996 commented 3 months ago

image

bronenos commented 2 months ago

We have updated our libraries to min 12.0+ So we expect this dependency about libarclite to be gone