Open akoruk opened 6 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.
We have updated our libraries to min 12.0+ So we expect this dependency about libarclite to be gone
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