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
warning: “View Controller“ is unreachable because it has no entry points, and no identifier for runtime access via -[UIStoryboard instantiateViewControllerWithIdentifier:].
Getting this warning when initializing and running (dev + release) my tauri v2 app. Any changes to the LaunchScreen.storyboard are ignored.
Reproduction
Add labels or any other static info to the LaunchScreen storyboard in the xcode project
Build the app, pay attention to the startup
In the short time when launch story board should be visible one can only see the white screen
Expected behavior
Changes to the story board should be picked up in debug and release builds.
Describe the bug
Getting this warning when initializing and running (dev + release) my tauri v2 app. Any changes to the LaunchScreen.storyboard are ignored.
Reproduction
Expected behavior
Changes to the story board should be picked up in debug and release builds.
Full
tauri info
outputStack trace
Additional context
Easiest way to fix is to add
initialViewController="Y6W-OH-hqX"
to the storyboard template.The text was updated successfully, but these errors were encountered: