iOS integration issue: 'AvatarView' has different definitions in different modules
Publication le 28 nov. 2023
Hi, I am integrating the iOS `ZendeskSDKMessaging` and I am getting this compilation error:
'AvatarView' has different definitions in different modules; first difference is definition in module 'ZendeskSDKUIComponents.Swift' found super class with type 'UIView'
It is due to a duplicate symbol: `AvatarView`. It is found in both your SDK and a third party we use (MKMessageKit), both of them declaring `AvatarView` without proper name prefixes to export in Obj-C.
How can we proceed? Is there a way to have an export without Obj-C headers? or with those names prefixed to something like `ZDAvatarView`
This issue is a blocker for our integration, and at the moment is quite urgent.
Thanks!
1
1
0 commentaire
Se connecter pour laisser un commentaire.