-1

I'm running into a very bizarre bug in the iOS Simulator, see title.

On first run of a new Simulator instance, the SF Symbol(s) appear for both SwiftUI and UIKit, but then after restarting the app and/or the Simulator instance, they no longer do for UIKit views only.

I can't figure out why this is happening and the only workaround is to delete that Simulator instance and recreate it.

Has anyone else run into this?

Ben Guild
  • 4,881
  • 7
  • 34
  • 60

1 Answers1

-1

If you only want to use SF Symbols then you can use it through code

UIImage(systemName: "star")

And you can watch out for all the SF symbols by SF Symbols Icon

Saumil Shah
  • 2,299
  • 1
  • 22
  • 27