#Failing to sign macOS application with self-hosted runner

11 messages · Page 1 of 1 (latest)

subtle sparrow
#

I added to my private GitHub repository a self-hosted runner to run the pipeline on my device. The signing of the macOS application is failing with this error:
Error failed to bundle project: failed to upload app to Apple's notarization servers.: failed to upload app to Apple's notarization servers.:failed to run xcrun``

I found this issue: https://github.com/tauri-apps/tauri-action/issues/291 but I don't have any outstanding documents to sign.

Anybody has an idea of what is going wrong?

GitHub

Hi all, We have a small app, Brancato (repo link), that is using Tauri. Our builds were working but appear to be failing sometime after April 3 (we haven't released for a while, and just no...

lost magnet
#

did you try running it with the --verbose flag (tauri-action has an args option)? Maybe that gives us a bit more info

subtle sparrow
#

so to confirm, running npm run tauri build --verbose?

#

ah no sorry scratch that

#
        with:
          tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
          releaseName: "App v__VERSION__"
          releaseBody: "See the assets to download this version and install."
          releaseDraft: true
          prerelease: false
          args: ${{ matrix.settings.args }} verbose
#

--verbose

lost magnet
#

yep

subtle sparrow
#

cheers - will update the thread

#

I see this extra bit of information: xcrun: error: unable to find utility "altool", not a developer tool or in PATH

#

re-running the job after running that