2.9 C
New York
Tuesday, January 28, 2025

ios – Github actions Unable to discover a vacation spot matching the offered vacation spot


My Github pipeline has all of a sudden stopped working. I get following error:

xcodebuild: error: Unable to discover a vacation spot matching the offered vacation spot specifier:
    { platform:iOS Simulator, OS:18.1, identify:iPhone 16 Professional }

Out there locations for the "IDGo Demo" scheme:
    { platform:macOS, arch:arm64e, id:0000FE00-C2078F9547D5A497, identify:My Mac }
    { platform:macOS, arch:arm64, id:0000FE00-C2078F9547D5A497, identify:My Mac }
    { platform:macOS, arch:x86_64, id:0000FE00-C2078F9547D5A497, identify:My Mac }
    { platform:macOS, arch:arm64e, variant:Mac Catalyst, id:0000FE00-C2078F9547D5A497, identify:My Mac }
    { platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-C2078F9547D5A497, identify:My Mac }
    { platform:macOS, arch:x86_64, variant:Mac Catalyst, id:0000FE00-C2078F9547D5A497, identify:My Mac }
    { platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-C2078F9547D5A497, identify:My Mac }
    { platform:DriverKit, identify:Any DriverKit Host }
    { platform:macOS, identify:Any Mac }
    { platform:macOS, variant:Mac Catalyst, identify:Any Mac }

Ineligible locations for the "IDGo Demo" scheme:
    { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, identify:Any iOS System, error:iOS 18.2 isn't put in. To make use of with Xcode, first obtain and set up the platform }
    { platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, identify:Any tvOS System, error:tvOS 18.2 isn't put in. To make use of with Xcode, first obtain and set up the platform }
    { platform:visionOS, id:dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder, identify:Any visionOS System, error:visionOS 2.2 isn't put in. To make use of with Xcode, first obtain and set up the platform }
    { platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, identify:Any watchOS System, error:watchOS 11.2 isn't put in. To make use of with Xcode, first obtain and set up the platform }

Error: Course of accomplished with exit code 70.

my construct line in motion file:

xcodebuild -scheme “IDGo Demo” -destination “platform=iOS Simulator,identify=iPhone 16 Professional,OS=18.1

I’m not utilizing 18.2 anyplace within the code or in actions, undecided why it offers error for not capable of finding 18.2 model.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles