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
error[E0432]: unresolved import `objc2_app_kit::NSImage`
--> /Users/developer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tauri-2.0.0-rc.13/src/app.rs:2058:44
|
2058 | use objc2_app_kit::{NSApplication, NSImage};
| ^^^^^^^ no `NSImage` in the root
error[E0599]: no method named `setApplicationIconImage` found for struct `Retained<NSApplication>` in the current scope
--> /Users/developer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tauri-2.0.0-rc.13/src/app.rs:2067:24
|
2067 | unsafe { app.setApplicationIconImage(Some(&app_icon)) };
| ^^^^^^^^^^^^^^^^^^^^^^^ method not found in `Retained<NSApplication>`
Some errors have detailed explanations: E0432, E0599.
For more information about an error, try `rustc --explain E0432`.
error: could not compile `tauri` (lib) due to 2 previous errors
Describe the bug
rustc 1.81.0 (eeb90cda1 2024-09-04)
cargo 1.81.0 (2dbb1af80 2024-08-20)
Reproduction
pnpm create tauri-app --rc baby
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: