Xcode 16β2 unable to find destination

I get a ‘The requested device could not be found because no available devices matched the request.’ error, what should I do?

xcodebuild: error: Unable to find a device matching the provided destination specifier:
        { platform:iOS Simulator, id:F01F35A7-C63F-46B3-9F36-***********C }
The requested device could not be found because no available devices matched the request.
Available destinations for the "Example" scheme:
        { platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-***************0, name:My Mac }
        { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
        { platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }

※target simulator: iPhone 15 Pro Max iOS18 (F01F35A7-C63F-46B3-9F36-***********C)


There have been similar cases before.

1 Like

It has been working since beta 4.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.