The Xcode simulator list doesn't show the iPhone 17 simulator.

I have installed the iOS 26 simulator, and the iPhone 17 device is listed in the simulator list. However, when I set the "Excluded Architectures" to arm64, the iPhone 17 doesn't appear in the list of available target devices. When I leave "Excluded Architectures" blank, the iPhone 17 does appear in the list, but when I try to build, I get an error: "Building for 'iOS-simulator', but linking in object file (/Users/jimmy/Documents/nodejs/work/georapp/node_modules/@uiw/react-native-alipay/ios/AlipaySDK.framework/AlipaySDK) built for 'iOS'." How can I fix this so that the iPhone 17 is listed and the build process works correctly?

The Xcode simulator list doesn't show the iPhone 17 simulator.
 
 
Q