iOS 26: CPMapTemplate crashes CarPlayTemplateUIHost (SIGABRT) in CPSMapTemplateViewController._configureNavigationBarShareButton #91
Unanswered
bayandbridgeholdings-coder
asked this question in
Q&A
Replies: 1 comment
-
|
This sounds a lot like a iOS simulator bug to me. Most likely related to the destination sharing with the vehicle Apple introduced on iOS 26.4. Nothing we can fix on lib side sadly, this is something Apple has to fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Summary
On iOS 26, presenting a
MapTemplateas the CarPlay root template crashes the CarPlay host process (CarPlayTemplateUIHost) withSIGABRTduring the template'sviewDidLoad. The crash is inside Apple'sCarPlaySupportframework while it configures a new iOS-26 navigation-bar share button. A non-map template (InformationTemplate) on the exact same setup renders fine, so the scene/Nitro wiring is sound — the crash is specific toCPMapTemplateon iOS 26.It appears to be simulator-only: the same TestFlight build runs fine on a real CarPlay head unit. Filing because it blocks simulator-based CarPlay development on iOS 26.
Environment
@iternio/react-native-auto-play0.4.11 (andios/templates/MapTemplate.swiftis byte-identical in 0.5.1)react-native-nitro-modules0.35.9Repro
On
didConnect:Run on the iOS 26.5 simulator, then I/O → External Displays → CarPlay.
CarPlayTemplateUIHostcrashes (Abort trap: 6) as the map template view loads.Crash (key frames)
EXC_CRASH (SIGABRT), unrecognized-selector forwarding. iOS 26 added a navigation-bar share button to the map template; configuring it sends a selector that isn't recognized.Notes / questions
InformationTemplaterenders fine on the same simulator, so this isCPMapTemplate-specific.leadingNavigationBarButtons/trailingNavigationBarButtonsbefore the view loads) so the map template works in the iOS-26 simulator?Thanks for the library and the quick release cadence! 🙏
Beta Was this translation helpful? Give feedback.
All reactions