darkmoon_uk
07/24/2022, 1:56 AMiosDeployIPhone8Debug
External tool execution failed:
* Command: [/usr/bin/xcrun, simctl, boot, 332C50AD-35CF-4880-8138-57AAD41D042B]
* Working dir: []
* Exit code: 2
* Standard output log: /Users/chris/Projects/Other/compose-jb/experimental/examples/falling-balls-mpp/build/compose/logs/iosSimulatorBootIPhone8/xcrun-2022-07-24-11-53-20-out.txt
* Error log: /Users/chris/Projects/Other/compose-jb/experimental/examples/falling-balls-mpp/build/compose/logs/iosSimulatorBootIPhone8/xcrun-2022-07-24-11-53-20-err.txt
...where xcrun-2022-07-24-11-53-20-err.txt
contains:
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Unable to boot device because we cannot determine the runtime bundle.
No such file or directory
This returns very quickly and nothing is built (only logs
inside build
).
However if I invoke:
iosSimulatorBuildIPhone8Debug
...which generates the Xcode project, and then open/run the project from Xcode, it works!
...this suggests something is broken in the way current Compose/iOS plugins are invoking Xcode tooling 🤔 I'm using Xcode Version 13.4.1 (13F100)iosDeployDeviceRelease
does work fine; once a team and unique bundle ID are set... so this issue seems related to Simulator; maybe the destination specifiers?Dima Avdeev
07/24/2022, 1:31 PMsudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
rm -rf ~/Library/*/CoreSimulator