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
I also also experiencing this on macOS. I am able to run the app as a macOS application. I can hit the frontend from the simulator safari. It shows the title for a quick second and then shows all white aside from the time and battery indicators.
I saw some errors about "View Controller" is unreachable with no entry points. I tried setting the view controller to "Is Initial View Controller" this stopped the warnings but did not get the application to initialize properly.
I can attach with a debugger but breaking doesn't get me anywhere of interest. I can say that it doesn't initialize properly when run from the command line without the --open too.
Describe the bug
When debugging a Tauri app in an iOS simulator or device from Xcode, the app deploys but does not initialize. An empty white webview is show.
Reproduction
Clone the example app in the
plugins-workspace
repository.Confirm the app builds/deploys using the CLI to an iOS simulator.
Run the following command:
pnpm tauri ios dev --open
Expected behavior
App should build, deploy and run on the iOS simulator.
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: