Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] iOS LaunchScreen storyboard ignored #12537

Open
DeTeam opened this issue Jan 27, 2025 · 0 comments · May be fixed by #12538
Open

[bug] iOS LaunchScreen storyboard ignored #12537

DeTeam opened this issue Jan 27, 2025 · 0 comments · May be fixed by #12538
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@DeTeam
Copy link

DeTeam commented Jan 27, 2025

Describe the bug

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

  1. Add labels or any other static info to the LaunchScreen storyboard in the xcode project
  2. Build the app, pay attention to the startup
  3. 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.

Full tauri info output

[✔] Environment
    - OS: Mac OS 15.1.1 arm64 (X64)
    ✔ Xcode Command Line Tools: installed
    ✔ rustc: 1.83.0 (90b35a623 2024-11-26)
    ✔ cargo: 1.83.0 (5ffbef321 2024-10-29)
    ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
    ✔ Rust toolchain: stable-aarch64-apple-darwin (default)
    - node: 20.12.2
    - yarn: 4.4.1
    - npm: 10.5.0

[-] Packages
    - tauri 🦀: 2.1.1
    - tauri-build 🦀: 2.0.3
    - wry 🦀: 0.47.2
    - tao 🦀: 0.30.8
    - @tauri-apps/api : 2.0.0-beta.11 (outdated, latest: 2.2.0)
    - @tauri-apps/cli : 2.1.0 (outdated, latest: 2.2.7)

[-] Plugins
    - tauri-plugin-fs 🦀: 2.2.0
    - @tauri-apps/plugin-fs : not installed!
    - tauri-plugin-log 🦀: git+https://github.com/tauri-apps/plugins-workspace?branch=v2#83b65072695477a595026fe3b035e2f669fc188b (2.2.0)
    - @tauri-apps/plugin-log : 2.0.0-rc.1 (outdated, latest: 2.2.0)
    - tauri-plugin-shell 🦀: 2.2.0
    - @tauri-apps/plugin-shell : 2.2.0
    - tauri-plugin-dialog 🦀: 2.2.0
    - @tauri-apps/plugin-dialog : not installed!
    - tauri-plugin-updater 🦀: 2.3.0
    - @tauri-apps/plugin-updater : 2.0.0 (outdated, latest: 2.3.1)
    - tauri-plugin-store 🦀: 2.2.0
    - @tauri-apps/plugin-store : 2.2.0
    - tauri-plugin-process 🦀: 2.2.0
    - @tauri-apps/plugin-process : 2.2.0
    - tauri-plugin-os 🦀: git+https://github.com/tauri-apps/plugins-workspace?branch=v2#83b65072695477a595026fe3b035e2f669fc188b (2.2.0)
    - @tauri-apps/plugin-os : 2.0.0-beta.3 (outdated, latest: 2.2.0)
    - tauri-plugin-positioner 🦀: git+https://github.com/tauri-apps/plugins-workspace?branch=v2#83b65072695477a595026fe3b035e2f669fc188b (2.2.0)
    - @tauri-apps/plugin-positioner : not installed!

[-] App
    - build-type: bundle
    - CSP: unset
    - frontendDist: ../dist
    - devUrl: http://localhost:1420/
    - framework: SolidJS
    - bundler: Vite

[-] iOS
    - Developer Teams: Snowstorm Inc. (ID: FXX28NQXMK), Timur Amirov (ID: C8A8ALV8K5)

Stack trace


Additional context

Easiest way to fix is to add initialViewController="Y6W-OH-hqX" to the storyboard template.

@DeTeam DeTeam added status: needs triage This issue needs to triage, applied to new issues type: bug labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant