Channelize-iOS-Chat-SDK-Sample
Channelize-iOS-Chat-SDK-Sample copied to clipboard
Unable to build
I'm getting this error when I try to build my app. I'm using Xcode 11.3.1
Tried to build the project from Xcode 10.1 but now I'm getting a different error.

Installed 4.11.1 in through cocoapods now I'm getting this error.
Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.3 compiler: /Users/myname/XcodeProjects/fellopages-ios/Pods/ChannelizeAPI/Channelize_API.framework/Modules/Channelize_API.swiftmodule/arm.swiftmodule
I read that you need to put this on the build settings in order for new version of swift to work with old one. Please make an update.
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;