error: failed to select a version for the requirement `rustls = "^0.23.4"`
candidate versions found which didn't match: 0.22.0-alpha.6, 0.22.0-alpha.5, 0.22.0-alpha.4, ...
location searched: crates.io index
required by package `reqwest v0.12.5`
... which satisfies dependency `reqwest = "^0.12"` (locked to 0.12.5) of package `tauri v2.0.0-rc.0`
... which satisfies dependency `tauri = "^2.0.0-rc"` (locked to 2.0.0-rc.0) of package `the-decider-app v0.0.0 (/Users/scotttolinski/Sites/projects/the-decider-app/src-tauri)`
if you are looking for the prerelease package it needs to be specified explicitly
rustls = { version = "0.22.0-alpha.6" }
perhaps a crate was updated and forgotten to be re-vendored?
Error [tauri_cli_node] Failed to run `cargo build`: command ["cargo", "build", "--package", "the-decider-app", "--manifest-path", "/Users/scotttolinski/Sites/projects/the-decider-app/src-tauri/Cargo.toml", "--target", "aarch64-apple-ios-sim", "--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 'the-decider-app_iOS' from project 'the-decider-app')
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution Build\ Rust\ Code /Users/scotttolinski/Library/Developer/Xcode/DerivedData/the-decider-app-bohqprpjfenywwawrzzqmlntndhw/Build/Intermediates.noindex/the-decider-app.build/debug-iphonesimulator/the-decider-app_iOS.build/Script-390CFEE94356CB6610370324.sh (in target 'the-decider-app_iOS' from project 'the-decider-app')
(1 failure)
Error command ["xcodebuild"] exited with code 65
ELIFECYCLE Command failed with exit code 1.