devtools icon indicating copy to clipboard operation
devtools copied to clipboard

An error occurred while configuring for ios

Open cyz1901 opened this issue 1 year ago • 0 comments

error log found when build for ios

Compiling devtools-core v0.3.0 (https://github.com/crabnebula-dev/devtools#cc63b18a)
error: could not find native static library `tauri-plugin-devtools`, perhaps an -L flag is missing?

error: could not compile `tauri-plugin-devtools` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
    Error [tauri_cli_node] Failed to run `cargo build`: command ["cargo", "build", "--package", "app", "--manifest-path", "/Users/chenyizhou/MyProject/next-note/frontend/src-tauri/Cargo.toml", "--target", "aarch64-apple-ios", "--features", "tauri/rustls-tls", "--lib", "--no-default-features"] exited with code 101
 ELIFECYCLE  Command failed with exit code 1.
Command PhaseScriptExecution failed with a nonzero exit code

note: Run script build phase 'Build Rust Code' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'app_iOS' from project 'app')
** BUILD FAILED **

i use tauri = { version = "2.0.0-beta.13", features = [] } tauri-plugin-devtools = { git = "https://github.com/crabnebula-dev/devtools" }

tauri-build = { version = "2.0.0-beta.9", features = [] }

Known to be normal for macos constructs.

cyz1901 avatar Mar 29 '24 15:03 cyz1901