xbase icon indicating copy to clipboard operation
xbase copied to clipboard

Not showing the correct simulator list after upgrading to Xcode 15

Open sainttttt opened this issue 1 year ago • 7 comments

Editor/Client you used

Neovim

Installation and Dependences checklist

  • [X] xbase is installed and ~/.local/share/xbase has required binaries
  • [X] All listed editor/client dependences is installed

Description

I upgraded my Xcode from Xcode 14 to Xcode 15 and it doesn't seem to be giving the correct simulator list anymore. It only shows iPhone 14, and not iPhone 15, which I believe is the only simulator I have installed now.

Expected behavior

Expect for the correct list of simulators to show up

Reproduce

1. Install Xcode 15 with iOS 17 + iPhone 15 Simulator
2. Try and run through xbase

Actual behavior

The error I get is `Failed to run target/scheme: Unable to lookup in current state Shutdown`

Operating system and version

13.6.1

xbase version / branch / rev

head

Neovim version

0.9.1

Vscode version (if the editor you used is vscode)

No response

Installed XCode Developer Tools

Developer:

    Developer Tools:

      Version: 15.0.1 (15A507)
      Location: /Applications/Xcode.app
      Applications:
          Xcode: 15.0.1 (22266)
          Instruments: 15.0.1 (64561.170)
      SDKs:
          DriverKit:
              23.0: 
          iOS:
              17.0: (21A326)
          iOS Simulator:
              17.0: (21A326)
          macOS:
              14.0: (23A334)
          tvOS:
              17.0: (21J351)
          tvOS Simulator:
              17.0: (21J351)
          watchOS:
              10.0: (21R354)
          watchOS Simulator:
              10.0: (21R354)

XBase Logs

[32m INFO[0m [1mRuntime[0m[1m{[0m[3mname[0m[2m=[0m"Katherine"[1m}[0m[2m:[0m [Initializing] ------------------------
[32m INFO[0m [1mBroadcaster[0m[1m{[0m[3mname[0m[2m=[0m"Katherine"[1m}[0m[2m:[0m Created
[32m INFO[0m [1mRuntime[0m[1m{[0m[3mname[0m[2m=[0m"Katherine"[1m}[0m[2m:[0m targets: {"katherine": TargetInfo { platform: "iOS", configurations: ["Debug", "Release"] }}
[32m INFO[0m [1mBroadcaster[0m[1m{[0m[3mname[0m[2m=[0m"Katherine"[1m}[0m[2m:[0m Connected [90704]
[32m INFO[0m [1mRuntime[0m[1m{[0m[3mname[0m[2m=[0m"katherine"[1m}[0m[2m:[0m Connected [90704]
[32m INFO[0m [1mRuntime[0m[1m{[0m[3mname[0m[2m=[0m"katherine"[1m}[0m[2m:[0m [Initialized] -------------------------
[32m INFO[0m [1mFSWatcher[0m[1m{[0m[3mname[0m[2m=[0m"katherine"[1m}[0m[2m:[0m Watching
[32m INFO[0m [1mFSWatcher[0m[1m{[0m[3mname[0m[2m=[0m"katherine"[1m}[0m[2m:[0m Running katherine
[31mERROR[0m [1mFSWatcher[0m[1m{[0m[3mname[0m[2m=[0m"katherine"[1m}[0m[2m:[0m [katherine] failed to start runner Failed to run target/scheme: Unable to lookup in current state Shutdown
[32m INFO[0m [1mFSWatcher[0m[1m{[0m[3mname[0m[2m=[0m"katherine"[1m}[0m[2m:[0m Ran katherine

XBase Build Server Logs

[34mDEBUG[0m [1mxbase_sourcekit_helper[0m[2m:[0m [ContentView.swift] Querying compile_db
[32m INFO[0m [1mxbase_sourcekit_helper[0m[2m:[0m 
[32m INFO[0m [1mxbase_sourcekit_helper[0m[2m:[0m Started
[32m INFO[0m [1mxbase_sourcekit_helper[0m[2m:[0m Initialized
[34mDEBUG[0m [1mxbase_sourcekit_helper[0m[2m:[0m [ContentView.swift] Querying compile_db
[32m INFO[0m [1mxbase_sourcekit_helper[0m[2m:[0m 
[32m INFO[0m [1mxbase_sourcekit_helper[0m[2m:[0m Started
[32m INFO[0m [1mxbase_sourcekit_helper[0m[2m:[0m Initialized
[34mDEBUG[0m [1mxbase_sourcekit_helper[0m[2m:[0m [ContentView.swift] Querying compile_db
[32m INFO[0m [1mxbase_sourcekit_helper[0m[2m:[0m 

sainttttt avatar Nov 04 '23 18:11 sainttttt