My Github pipeline has instantly 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, title:iPhone 16 Professional }
Out there locations for the "IDGo Demo" scheme:
{ platform:macOS, arch:arm64e, id:0000FE00-C2078F9547D5A497, title:My Mac }
{ platform:macOS, arch:arm64, id:0000FE00-C2078F9547D5A497, title:My Mac }
{ platform:macOS, arch:x86_64, id:0000FE00-C2078F9547D5A497, title:My Mac }
{ platform:macOS, arch:arm64e, variant:Mac Catalyst, id:0000FE00-C2078F9547D5A497, title:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-C2078F9547D5A497, title:My Mac }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:0000FE00-C2078F9547D5A497, title:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-C2078F9547D5A497, title:My Mac }
{ platform:DriverKit, title:Any DriverKit Host }
{ platform:macOS, title:Any Mac }
{ platform:macOS, variant:Mac Catalyst, title:Any Mac }
Ineligible locations for the "IDGo Demo" scheme:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, title:Any iOS Gadget, error:iOS 18.2 shouldn't be put in. To make use of with Xcode, first obtain and set up the platform }
{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, title:Any tvOS Gadget, error:tvOS 18.2 shouldn't be put in. To make use of with Xcode, first obtain and set up the platform }
{ platform:visionOS, id:dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder, title:Any visionOS Gadget, error:visionOS 2.2 shouldn't be put in. To make use of with Xcode, first obtain and set up the platform }
{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, title:Any watchOS Gadget, error:watchOS 11.2 shouldn't be 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,title=iPhone 16 Professional,OS=18.1
I’m not utilizing 18.2 anyplace within the code or in actions, unsure why it provides error for not capable of finding 18.2 model.