Channelize-iOS-Chat-SDK-Sample icon indicating copy to clipboard operation
Channelize-iOS-Chat-SDK-Sample copied to clipboard

Unable to build

Open rhangad opened this issue 5 years ago • 2 comments

I'm getting this error when I try to build my app. I'm using Xcode 11.3.1

Screen Shot 2020-02-19 at 3 43 29 PM

rhangad avatar Feb 19 '20 07:02 rhangad

Tried to build the project from Xcode 10.1 but now I'm getting a different error. Screen Shot 2020-02-19 at 5 42 33 PM

rhangad avatar Feb 19 '20 10:02 rhangad

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;

rhangad avatar Mar 02 '20 04:03 rhangad