Xcode 16 having issue on macOS 14 arm-64 and 15 arm-64 images

Issue description: Using Xcodebuild command to build a project using Xcode 16.1 and 16.2, getting multiple device simulator warnings with same os and same model. Please see issue: https://github.com/actions/runner-images/issues/11036 Repro steps: create a Xcode project, build it using below command with Xcode 16 version. run: | echo "Building project manually..." xcodebuild -workspace MyApp.xcworkspace
-scheme MyApp
-destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.2'
build | xcbeautify --renderer github-actions

Thanks for the post and sorry for the delay. It seems like you already filled a bug FB16430127

Have you tried to add the architecture to the destination specifier for simulator?

I advise you to keep an eye on the FB filled and engineering can give you an update.

You can see the status of your feedback in Feedback Assistant. There, you can track if the report is still being investigated, has a potential identifiable fix, or has been resolved in another way. The status appears beside the label "Resolution." We're unable to share any updates on specific reports on the forums.

For more details on when you'll see updates to your report, please see What to expect after submission.

Albert Pascual
  Worldwide Developer Relations.

Xcode 16 having issue on macOS 14 arm-64 and 15 arm-64 images
 
 
Q