-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Linked Tauri version does not compile under OSX #92
Comments
Look like tauri-specta is not compatible with latest tauri beta yet |
This doesn't appear to be a bug in Tauri Specta but in fact a bug in Tauri so going to close this. You should open an issue in the tauri-apps/tauri repository |
For context, this same issue is present in v19. I don't know if you have any other features enabled but i've never observed it under v17 on macOS so maybe sharing a reproduction could help the Tauri team? Although upgrading to v19 does make the error occur on my end. Also in the current Tauri Specta releases we hard lock the version to |
@oscartbeaumont are you saying you do see this compile issue with tauri b19 and don't see it under b17? That's the opposite of me. It's pretty consistently reproducible for me with tauri-specta and beta17. |
I think I may have mistyped Just checked again and b19 is good to go so did a release. |
Attempting to follow the example in the documentation, it forces the project to use Tauri 2 Beta 17. This version does not seem to compile under OSX/rustc 1.7.8:
The newest beta of Tauri 2 (19) does compile correctly.
The text was updated successfully, but these errors were encountered: