CarPlay custom symbols missing on iOS 27

We’re seeing custom symbol images disappear in CarPlay on iOS 27.0. Their text labels remain visible, and built-in SF Symbols still display correctly.

We reproduced this in a small standalone app using:

  • CPGridButton in CPListTemplate.headerGridButtons
  • CPListImageRowItemCondensedElement

The custom symbol is an SVG symbol asset loaded from a resource bundle:

UIImage(named: "chapters", in: resourceBundle, compatibleWith: nil)?.withRenderingMode(.alwaysTemplate)

For comparison, the same screen displays the built-in dot.radiowaves.left.and.right symbol.

On iOS 26.6.1, the custom symbol and built-in symbol appear correctly in both controls. On iOS 27.0, the custom symbol is missing from both controls, while the built-in symbol remains visible.

The failing device is an iPhone 13 Pro running iOS 27.0 (24A437), with the sample built using Xcode 27.0 (27A266a).

Has anyone else encountered this? Is this a known regression, or is there a new requirement forsupplying custom symbols to CarPlay?

Filed as FB24806621, with the standalone project and comparison photos.

Thanks for the bug and letting us know in the forums you filed it.

You can see the status of your feedback in Feedback Assistant. There, you can track if the report is still being investigated, has a potential identified fix, or has been resolved in another way. The status appears beside the label "Resolution." We're unable to share any updates on specific reports on the forums.

For more details on when you'll see updates to your report, please see What to expect after submission.

Albert  WWDR

CarPlay custom symbols missing on iOS 27
 
 
Q