This may be the root cause of the problem: in iOS 26.0 runtime, only arm64 is explicitly supported
`xcrun simctl list runtimes --json
"runtimes" : [
{
"isAvailable" : true,
"version" : "26.0",
"isInternal" : false,
"buildversion" : "23A5287g",
"supportedArchitectures" : [
"arm64"
],
`
This may be the root cause of the problem: in iOS 26.0 runtime, only arm64 is explicitly supported
`xcrun simctl list runtimes --json
"runtimes" : [
{
"isAvailable" : true,
"version" : "26.0",
"isInternal" : false,
"buildversion" : "23A5287g",
"supportedArchitectures" : [
"arm64"
],
`