Marc Neureiter
07/10/2024, 12:17 PMMaciej Procyk
07/10/2024, 12:24 PMCollect Logs...
and share it with us (here, on DM or on our issue tracker)? This could help us solve the source of the problem.
Also, as a workaround, you can open Xcode directly, go to Settings...
> Platforms
and download Simulator Runtime directly from there. Alternatively, you can type
xcodebuild -downloadPlatform iOS
in your terminalMarc Neureiter
07/10/2024, 12:31 PMMarc Neureiter
07/10/2024, 12:33 PMMaciej Procyk
07/10/2024, 12:49 PM2024-07-09 13:55:40,241 [ 9976] WARN - #c.j.c.xcode - /Users/mneureiter/Library/LaunchAgents/com.jetbrains.AppCode.BridgeService.plist (Permission denied)
java.io.FileNotFoundException: /Users/mneureiter/Library/LaunchAgents/com.jetbrains.AppCode.BridgeService.plist (Permission denied)
Could you please make sure ~/Library/LaunchAgents
is writeable and restart Fleet after that?
This can be done by executing
chmod -R +rw ~/Library/LaunchAgents
from your terminal.Maciej Procyk
07/11/2024, 1:13 PMMarc Neureiter
07/12/2024, 8:40 AMMaciej Procyk
07/12/2024, 9:24 AMMarc Neureiter
07/12/2024, 9:40 AMMaciej Procyk
07/12/2024, 9:46 AMMarc Neureiter
07/12/2024, 1:13 PM