inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

The xcodebuild dialog opens and freezes #184

Closed R-Az closed 6 months ago

R-Az commented 6 months ago

When launching Inspect, a software installer triggered by xcodebuild appears, causing it to freeze. Despite multiple Mac restarts, the issue persists consistently. Additionally, the ability to connect to the iPhone, which was working before, is now affected since the onset of this problem. Safari connectivity remains unaffected, leading to the belief that the issue is specific to Inspect.

Steps to Reproduce:

  1. Launch Inspect.
  2. Open the xcodebuild dialog. image
  3. Click on the software install option.
  4. The xcodebuild dialog freezes.

Troubleshooting Steps Taken:

Additional Information:

pgrep 'xcodebuild' -l

32570
32592
32637
32682
32736
...etc
R-Az commented 6 months ago

I apologize for the inconvenience. The issue I encountered was a result of upgrading Xcode due to the OS update. With the OS update, there is now a requirement for licensing agreement acceptance for Xcode or xcodebuild. It appears that the freezing occurred because this agreement was not acknowledged.

The solution is as follows. I apologize for any trouble this may have caused.

sudo xcodebuild -license
auchenberg commented 6 months ago

Thank you so much for sharing this @R-Az. This will be helpful for other users of Inspect.