-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[bug] Info.plist modification in out
dir causes Cargo to rebuild every time
#7614
Labels
Comments
irh
added
status: needs triage
This issue needs to triage, applied to new issues
type: bug
labels
Aug 14, 2023
olexiyb
added a commit
to Sanctum-AI/tauri
that referenced
this issue
Apr 26, 2024
I tracked down to invalid logic in https://github.com/tauri-apps/tauri/blob/1a984a41e7207c616e03b8032431c21176af6379/core/tauri-codegen/src/context.rs
According to https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
I believe this field should just have the version from |
olexiyb
added a commit
to Sanctum-AI/tauri
that referenced
this issue
Apr 26, 2024
olexiyb
added a commit
to Sanctum-AI/tauri
that referenced
this issue
May 3, 2024
olexiyb
added a commit
to Sanctum-AI/tauri
that referenced
this issue
May 10, 2024
olexiyb
added a commit
to Sanctum-AI/tauri
that referenced
this issue
May 10, 2024
olexiyb
added a commit
to Sanctum-AI/tauri
that referenced
this issue
May 22, 2024
olexiyb
added a commit
to Sanctum-AI/tauri
that referenced
this issue
May 24, 2024
olexiyb
added a commit
to Sanctum-AI/tauri
that referenced
this issue
May 25, 2024
olexiyb
added a commit
to Sanctum-AI/tauri
that referenced
this issue
May 25, 2024
olexiyb
added a commit
to Sanctum-AI/tauri
that referenced
this issue
Jun 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
On macOS, every time I run
tauri dev
Cargo has to rebuild the application even when no source files have been touched.Running
cargo build -v
shows that thetarget/debug/build/[my-app]/out/Info.plist
file has changed since the last build, requiring a rebuild of the app.This happens with my 1.4-based app, but also on the latest
dev
with thehelloworld
example.Reproduction
cargo run --example helloworld
cargo build --example -v
Info.plist
file asDirty
, causing a recompilation of the main app binary.Expected behavior
If no source files have been touched, then it would be great if Cargo wouldn't have to recompile the app.
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: