iOS SDK 19.2.1 crashes for some users | Community
Skip to main content
Answered

iOS SDK 19.2.1 crashes for some users

  • October 23, 2025
  • 1 reply
  • 105 views

We are seeing quite a few crashes for the latest Intercom SDK. Older SDKs do not crash.

 

 

OS Version: iOS 26.0.1 (23A355)
Report Version: 104

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0 at 0x00000001077393e8
Crashed Thread: 0

Application Specific Information:
Exception 6, Code 1, Subcode 4419982312

Thread 0 Crashed:
0   Intercom                        0x1077393e8         ListBlockView.configure
1   Intercom                        0x107738d40         ListBlockView.init
2   Intercom                        0x10773f1c0         closure in BlockViewFactory.getViewsForBlocks
3   Intercom                        0x10773efc4         BlockViewFactory.getViewsForBlocks
4   Intercom                        0x1077432cc         BlockPartView.addBlocks
5   Intercom                        0x107744a3c         BlockPartView.configureLayout
6   Intercom                        0x10774ec1c         PartViewFactory.getView
7   Intercom                        0x107754034         ConversationCellViewFactory.getView
8   Intercom                        0x1077546e4         ConversationCollectionViewCell.configureContentView
9   Intercom                        0x10779bf1c         closure in ConversationViewController.c

Best answer by Emilygav

Hey there ​@matt_reilly_fundrise! Emily here from Support Engineering at Intercom 👋🏼

 

Thanks for flagging this - we’re tracking a known issue in the latest Intercom iOS SDK that can crash inside ListBlockView.configure when rendering certain message content on iOS 26.0.1. The failures typically occur when messages include bulleted/numbered list blocks during conversation cell layout. This has already been reported to our team and awaiting a fix from the product team.

 

Immediate workarounds

  • Temporarily rewrite messages that use list formatting (bullets/numbers) to plain paragraphs to avoid the list rendering path.

  • If a specific automation/workflow triggers this, disable it or adjust the content until a fix is confirmed.

  • As a fallback, roll back to a previously stable SDK version you’ve verified in your app.

Our engineering team is actively investigating and correlating these reports.

1 reply

Emilygav
Intercom Team
Forum|alt.badge.img+6
  • Intercom Team
  • Answer
  • November 7, 2025

Hey there ​@matt_reilly_fundrise! Emily here from Support Engineering at Intercom 👋🏼

 

Thanks for flagging this - we’re tracking a known issue in the latest Intercom iOS SDK that can crash inside ListBlockView.configure when rendering certain message content on iOS 26.0.1. The failures typically occur when messages include bulleted/numbered list blocks during conversation cell layout. This has already been reported to our team and awaiting a fix from the product team.

 

Immediate workarounds

  • Temporarily rewrite messages that use list formatting (bullets/numbers) to plain paragraphs to avoid the list rendering path.

  • If a specific automation/workflow triggers this, disable it or adjust the content until a fix is confirmed.

  • As a fallback, roll back to a previously stable SDK version you’ve verified in your app.

Our engineering team is actively investigating and correlating these reports.