You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I rerun cargo mobile init, it fails every other time with the following error.
ln: /Users/elliotwaite/code/tmp/tauri-test-drive/gen/apple/assets: No such file or directory
error: Asset dir couldn't be symlinked into Xcode project
Failed to create a symbolic link from "../../assets" to directory "/Users/elliotwaite/code/tmp/tauri-test-drive/gen/apple" (file and directory clobbering enabled): `ln` command failed: Command "ln -n -s -f
../../assets /Users/elliotwaite/code/tmp/tauri-test-drive/gen/apple/assets" didn't complete successfully, exiting with code 1.
It seems like rerunning the command causes the gen/apple directory to be deleted, but then rerunning it again recreates that directory, making it succeed again.
The text was updated successfully, but these errors were encountered:
When I rerun
cargo mobile init
, it fails every other time with the following error.It seems like rerunning the command causes the
gen/apple
directory to be deleted, but then rerunning it again recreates that directory, making it succeed again.The text was updated successfully, but these errors were encountered: