after installed the dioxus-sdk-window the ios app crashed
i have try to comment this code and its works, but i don't know it will break other platform support
#[cfg(not(any(target_family = "wasm", target_os = "windows", target_os = "macos")))]
fn get_theme_platform() -> ThemeResult {
Err(ThemeError::Unsupported)
}

after installed the dioxus-sdk-window the ios app crashed
i have try to comment this code and its works, but i don't know it will break other platform support