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

An error occurred while configuring for ios #264

Open
cyz1901 opened this issue Mar 29, 2024 · 0 comments
Open

An error occurred while configuring for ios #264

cyz1901 opened this issue Mar 29, 2024 · 0 comments
Assignees
Labels

Comments

@cyz1901
Copy link

cyz1901 commented Mar 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants