I have a working Tauri + Sveltekit example project that was setup using the official Tauri docs. This project was setup using bun. When running tauri ios dev, the project properly runs on the IOS xcode simulation. Running tauri ios dev --open xcode successfully opens, but when starting the project from within Xcode I get Command PhaseScriptExecution failed with a nonzero exit code. Image of the error below:
I can confirm that bun is properly installed on my computer and within my path, this seems to be that Xcode cannot find bun when being ran. I tried configuring xcode to use my root working directory still with no luck. I can't seem to edit this generated sh file to include the path either.
Reproduction
Create a new tauri sveltekit project from this documentation using bun: https://v2.tauri.app/start/create-project/
Be on MacOS and try opening the Xcode project and then building the Xcode project.
Expected behavior
Xcode should succesfully build the project and open the simulation as if it was being ran from the tauri ios dev command.
Describe the bug
I have a working Tauri + Sveltekit example project that was setup using the official Tauri docs. This project was setup using bun. When running
tauri ios dev
, the project properly runs on the IOS xcode simulation. Runningtauri ios dev --open
xcode successfully opens, but when starting the project from within Xcode I getCommand PhaseScriptExecution failed with a nonzero exit code
. Image of the error below:I can confirm that bun is properly installed on my computer and within my path, this seems to be that Xcode cannot find bun when being ran. I tried configuring xcode to use my root working directory still with no luck. I can't seem to edit this generated sh file to include the path either.
Reproduction
Create a new tauri sveltekit project from this documentation using bun: https://v2.tauri.app/start/create-project/ Be on MacOS and try opening the Xcode project and then building the Xcode project.
Expected behavior
Xcode should succesfully build the project and open the simulation as if it was being ran from the
tauri ios dev
command.Full
tauri info
outputStack trace
No response
Additional context
No response