Zendesk SDK iOS - Breaking constraint
Publication le 08 nov. 2021
I'm using Zendesk Support SDK, and after showing the support page I can see a few breaking constraints. Is there any way of getting around this?
iOS: 15.1
- ZendeskSupportProvidersSDK (5.3.0):
- ZendeskCoreSDK (~> 2.5.1)
- ZendeskSupportSDK (5.3.0):
- ZendeskMessagingSDK (~> 3.8.2)
- ZendeskSupportProvidersSDK (~> 5.3.0)
2021-11-08 10:29:36.369705+1000 Skedulo[15051:9941532] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"<NSLayoutConstraint:0x600002348ff0 ZDKmessageBodyField.width == writeAMessage.width + 1 (active, names: ZDKmessageBodyField:0x7f90f7116800, writeAMessage:0x7f90f6f5b320 )>",
"<NSLayoutConstraint:0x600002349270 H:|-(3.5)-[ZDKmessageBodyField] (active, names: ZDKmessageBodyField:0x7f90f7116800, '|':SupportSDK.ConversationTextView:0x7f90f6f44670 )>",
"<NSLayoutConstraint:0x6000023492c0 H:[ZDKmessageBodyField]-(3.5)-| (active, names: ZDKmessageBodyField:0x7f90f7116800, '|':SupportSDK.ConversationTextView:0x7f90f6f44670 )>",
"<NSLayoutConstraint:0x6000023494f0 '_UITemporaryLayoutWidth' SupportSDK.ConversationTextView:0x7f90f6f44670.width == 0 (active)>"
)
0
0 commentaire
Vous connecter pour laisser un commentaire.