Installation on iOS with CocoaPods fails

Hi everyone, we so surprised that Kustomer doesn’t have support for new users, we are testing all the customer service platforms and this is the only one we are not able to get help with when stuck with something technical. We would need to implement it in 5+ iOS apps, so that’s not a good sign.

The Github repo doesn’t allow raising issues either.

Anyway, trying our luck here because nothing works: We were trying to install Kustomer 2.7.9 into an iOS app via CocoaPods.

We are getting the following errors when trying to import KustomerChat into a file:

Failed to build module 'KustomerChat' for importation due to the errors above; the textual interface may be broken by project issues or a compiler bug
 

In arm64-apple-ios.private.swiftinterface:

Compiling for iOS 11.0, but module 'PubNub' has a minimum deployment target of iOS 13.0: (PATH)/Library/Developer/Xcode/DerivedData/(APP)/Build/Products/Debug-iphoneos/PubNubSwift/PubNub.framework/Modules/PubNub.swiftmodule/arm64-apple-ios.swiftmodule

  • The deployment targets of all our targets is iOS 13.0
  • The Podfile specificies platform :ios, '13.0'

We have tried:

  • Adding the PubNub pod to our Podfile manually
  • Deleting derived data and cleared cache, just in case

If anyone can help, we would appreciate it. Thank you!

2 replies