CarPlay and SF Symbols

Does CarPlay support the use of SF Symbols for CPMapButtons or CPBarButtons? The following code does shows an invisible button on the CPMapTemplate.

Code Block
let recenterButton = CPMapButton { _ in
  recenterAction()
 }
 recenterButton.isHidden = false
 recenterButton.isEnabled = true
 recenterButton.image = UIImage(systemName: "location.fill")


If I use an image from my Assets folder, it works fine. Thoughts?

Please give this a try in the iOS 15 SDK Beta and let us know if it's still an issue. Thank you!

CarPlay and SF Symbols
 
 
Q