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
Tauri iOS Simulator Crash on Launch — Works on macOS and Dev Server
Hi all,
I'm having trouble deploying my Tauri app to the iOS simulator. The app builds successfully, but crashes immediately upon opening in the simulator.
This crash does not occur when:
Running the dev server (tauri dev)
Running the app as a native macOS build
Additionally, SpringBoard crashes on simulator startup, which may or may not be related.
What I’ve tried:
Verified the app runs fine on macOS
Cleaned and rebuilt the project
Tested on multiple simulators (e.g., iPhone 15, iOS 17.x)
Environment:
macOS 14.6
Xcode 16.0
Tauri CLI 10.9.2
Cargo 1.86.0
VS Code
Console output:
com.farmhand-scouter.app: 34707
Info Watching ~/src-tauri for changes...
getpwuid_r did not find a match for uid 501
Filtering the log data using "subsystem == "com.farmhand-scouter.app""
Cargo.toml:
Click to expand Cargo.Toml file
[package]
name = "farmhand-scouter"
version = "0.1.0"
description = "A Scouting App developed by team 3655 Tractor Technicians"
authors = ["3655 Tractor Technicians"]
edition = "2024"
[lib]
name = "farmhand_scouter_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = [] }
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
image = "0.25.6"
qrcode-generator = "5.0.0"
tauri-plugin-fs = "2"
datamatrix = "0.3.2"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tauri iOS Simulator Crash on Launch — Works on macOS and Dev Server
Hi all,
I'm having trouble deploying my Tauri app to the iOS simulator. The app builds successfully, but crashes immediately upon opening in the simulator.
This crash does not occur when:
tauri dev
)Additionally, SpringBoard crashes on simulator startup, which may or may not be related.
What I’ve tried:
Environment:
Console output:
Cargo.toml:
Click to expand Cargo.Toml file
Tauri.conf.json:
Click to expand Tauri.conf.json file
SpringBoard Crash Log:
Click to expand SpringBoard crash excerpt
Tauri AppCrash Log:
Click to expand SpringBoard crash excerpt
Has anyone run into this issue or know how I can further debug it?
Any help is appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions