Open szmarci opened 1 month ago
Just encountered this exact issue several times, you just need to rerun tauri ios init
and wait the cocoapods
package updating some Apple dependencies.
In case of any misconfigurations, please ensure that you follow the prerequisites for iOS.
I did follow the guide, but every time I run tauri ios init
, I get back the original error:
Info package `cocoapods` present: true
failed to install Apple dependencies: Failed to check for outdated packages: No such file or directory (os error 2): No such file or directory (os error 2)
Error failed to install Apple dependencies: Failed to check for outdated packages: No such file or directory (os error 2): No such file or directory (os error 2)
error: script "tauri" exited with code 1
I'm not sure if it makes a difference but I don't have homebrew installed, I have cocoapods installed with sudo gem install cocoapods
Restarting your mac may resolve the issue
Describe the bug
After installing prerequisites, running
bun run tauri ios init
, results in:Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response