Compile error: Header 'ChattoAdditions-Swift.h' not found解决方法

Increase the version of Swift for the libraries: Chatto and ChattoAdditions.

The main project has swift 3.3 version. But I can use libraries with swift 4.

Steps to fix problem:

Choose Pods in Project navigator.
Choose target: ChattoAdditions (Chatto)
Change Swift Language Version to Swift 4.1
Rebuild project (Clean & Build)

你可能感兴趣的:(iOS)