SwiftUI in different simulator

I'm doing the Handling User Input tutorial under the SwiftUI Essentials and everything runs correctly in the iPhone Xr simulator. However, when I run it in the Xs max and Xs, the Image(systemName: "star.fill") did not show up. Is it suppose be like this ?

I've found that some of those resources don't show up correctly in the preview mode, but in the run mode it seems to show up fine.