Our application is crashing when it's starting on iOS 13.
We are using the Intercom SDK version 16.1.2.
We installed this one with Cocoapod.
It seems the SDK is referencing one Library that is available for iOS14+
UniformTypeIdentifiers
Did you also experience the same issue?
I noticed the SDK should support iOS 13 in the podspec file: https://github.com/intercom/intercom-ios/blob/master/Intercom.podspec
Crash log:
Termination Description: DYLD, dependent dylib '/System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers' not found for '/private/var/containers/Bundle/Application/33855C68-5037-413A-B790-77EB65129A22/Qonto.app/Frameworks/Intercom.framework/Intercom', tried but didn't find: '/System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers' '/System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers'Highlighted by Thread: 0
Thanks for your support.