Replies: 1 comment 3 replies
|
I've checked sentry on our side and we do not see anything like that. Also there are no user reports referring to iOS 26.4 troubles matching this. |
3 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.
We are seeing a reproducible CarPlay crash on iOS 26.4 when presenting the CarPlay map root through
@iternio/react-native-auto-play.Summary
Native crash symptom
The native crash consistently points to Apple CarPlay internals around the map template share button:
CPSMapTemplateViewController _updateShareButtonVisibilityCPSMapTemplateViewController _configureNavigationBarShareButtonWe also saw this runtime exception:
-[CPSTemplateInstance vehicleSupportsDestinationSharing]: unrecognized selector sent to instanceThis makes it look like an iOS 26.4 CarPlay /
CPMapTemplateregression, possibly related to destination sharing / route sharing behavior introduced there.Versions
App:
4.0.11CarPlay:
@iternio/react-native-auto-play:0.3.5Mapbox:
@rnmapbox/maps:^10.3.0MapboxMaps:11.18.3MapboxCoreMaps:11.18.3MapboxCommon:24.18.3React Native / Expo:
expo:~55.0.11react-native:0.83.4react-native-nitro-modules:^0.35.3Notes
At this point I am not sure whether this should be fixed in the library or whether it is purely an Apple iOS 26.4 regression in CarPlay.
But I wanted to report it here because other teams using
react-native-auto-playfor CarPlay navigation may hit the same issue.All reactions