Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MiniSim - ShellOut encountered an error #39

Closed
phuongwd opened this issue Mar 14, 2023 · 5 comments
Closed

MiniSim - ShellOut encountered an error #39

phuongwd opened this issue Mar 14, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@phuongwd
Copy link

phuongwd commented Mar 14, 2023

Hello,

This issue is happening when we force close apps on Apple M1 Pro - macOS 13.2.1 (22D68)
then I have to restart machine, it means I could not close the warning message as below.

image

MiniSim - ShellOut encountered an error
Status code: 143
Message: "2023-03-13 12:28:28.084 Simulator[12018:156231] -[IOBluetoothDeviceInquiry initWithDelegate:] -  0x600002000ca0
2023-03-13 12:28:44.460 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x60000156d440>'
2023-03-13 12:28:58.787 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x60000156d440>'
2023-03-13 12:29:15.335 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:29:46.859 Simulator[12018:156231] -[IOBluetoothDeviceInquiry dealloc] -  0x600002000ca0
2023-03-13 12:30:24.137 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:33:21.711 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:35:36.380 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:36:14.614 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:38:16.138 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:38:20.939 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:39:34.736 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:40:02.352 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:40:16.568 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:40:42.745 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:40:59.011 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:41:33.743 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:47:58.068 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:48:37.932 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:48:46.653 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:49:00.391 Simulator[12018:156231] Simulator: Terminating capture support for coordinator '<DeviceCoordinator: 0x600001550a80>'
2023-03-13 12:49:30.028 Simulator[12018:156231] 

Screenshot 2023-03-14 at 14 11 37

@okwasniewski
Copy link
Owner

Hello @phuongwd,

Thanks for creating this issue. Can you provide some steps to reproduce this? Does it happen on every app force quit or specifically while force quitting an emulator?

@okwasniewski okwasniewski added the bug Something isn't working label Mar 15, 2023
@phuongwd
Copy link
Author

@okwasniewski
Its happening on every app force quit as screenshot below.

Press Command + A
Press Force Quit

Screenshot 2023-03-15 at 21 50 45

@okwasniewski
Copy link
Owner

@phuongwd I wasn't able to reproduce this issue. However, I've fixed an issue with errors taking up the whole screen. Can you please re-test it on latest version?

@bradzickafoose
Copy link

bradzickafoose commented Mar 18, 2023

I'm getting a similar error when I try to launch the app for the first time on a M2 macbook with macOS 13.2.1.

The MiniSim app launches, but it immediately shows this error (see below), and every time I try to click on the MiniSim icon in the status bar, it just shows the error again, rendering the app as unusable.

MiniSim - ShellOut encountered an error
Status code: 72
Message: "xcrun: error: unable to find utility "simctl" not a developer tool or in PATH"
Output: ""

Screenshot 2023-03-18 at 9 13 49 AM

[UPDATE] I was able to fix my error by first opening Xcode, and going to Settings > Locations > Command Line Tools, and then selecting Xcode 14.2 (or whatever current version you have installed). In my case, this was a brand new macbook, so if you've never finished setting up Xcode's command line tools in Xcode, do that first, and that should resolve the MiniSim error and display the available iOS simulators in MiniSim.

@okwasniewski
Copy link
Owner

okwasniewski commented Apr 23, 2023

Long error issue should be fixed in the latest release, closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants