#macOS pipeline failing tauri 1.5.0

34 messages · Page 1 of 1 (latest)

upper heron
#

CI Pipeline failing to notarize application, tried about ten times.
But weird thing is, I tried to downgrade tauri and tauri-build dependencies to 1.4.0 version.
And it is not compiling at all now.
What I'm doing wrong.

The latest success build was last week.
Now I can't build with 1.5.0 either 1.4.0, everything fails.
Did taurists change previous released crates? Or I should downgrade rustc version too?

earnest pelican
#

notarization should only be about the cli version so it should be fine to keep tauri and tauri-build on 1.5

#

downgrading likely fails because of the "inner" dependencies still being on 1.5 btw

upper heron
#

no, just this

earnest pelican
#

hmm, could be the same issue but it looks different since it seems like you don't run it with --verbose

upper heron
#

and impossible to install tauri-cli 1.4.0 because of this

earnest pelican
upper heron
#

works, thanks

#

will try to rerun with --verbose on 1.5.0

#

yes, same error.

earnest pelican
#

Hey, can you try this? ```sh
cargo install tauri-cli --git https://github.com/pewsheen/tauri --branch fix/notarytool-args-apple-id --force --locked

If this works we can merge <https://github.com/tauri-apps/tauri/pull/7934> and release it asap
upper heron
#

hello @earnest pelican, I will try it today if it is still actual

earnest pelican
#

The PR was released as part of cli v1.5.1 so you can check with the published packages now

upper heron
#

thanks, @earnest pelican could you assist with webkit2gtk, I'm stuck.
not far ago I added MUI X datagrid component, and application lagging when navigating to pages where this table persist, opening my app (website) in gnome browser - works perfect, no lags.
where should I look for? there is a difference between webkit2gtk versions?

earnest pelican
#

there is a difference between webkit2gtk versions?
depending on the version of epiphany (gnome web) they could be using 4.0 (tauri v1), 4.1 (tauri v2) or 6.0 - i think it should be displayed in the about menu

#

hmm, nevermind it doesn't show in there

#

let's do it differently then, what distro are you on and how did you install the browser?

#

for example if you are on debian/ubuntu and installed it with apt you can do apt show epiphany-browser and it will list its version and even the webkit version in the depends block

upper heron
#

im on arch

#

2.42.1 webkit

#

it shows yes, on about: page

earnest pelican
#

Yeah that version is useless here. I also checked the about page and saw that it only shows this one so I wrote all the other messages

#

But you installed it via pacman?

#

If yes you're using 6.0 which is based on gtk4 and I've heard a few times that it can have better performance even though the engine/renderer is the same

#

But yeah, that version is unavailable in Tauris because we can't update to GTK4

upper heron
#

yes I did

#

sadly, ok

upper heron
#

No, code sign doesn't work

#

on 1.5.1

#

I have set up env variable APPLE_ID and it has value

#

Error: Must provide an Apple ID (--apple-id) to authenticate with an app-specific password.

upper heron
#

and it s still trying to pass username and password.. seems to be i should omit some parameters