최근 검색
최근 검색 없음
iOS integration issue: 'AvatarView' has different definitions in different modules
2023년 11월 28일에 게시됨
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
댓글 1개
Julio R.
Thank you so much for alerting us to this issue! Our product development team has been made aware. They have added this to our backlog and have prioritised it for our next release, which is planned for the end of January.
We encourage you to follow Zendesk's release notes here (https://support.zendesk.com/hc/en-us/sections/4405298847002-Release-Notes) to receive alerts for all enhancements as they are released.
0