get-playdate-sdk icon indicating copy to clipboard operation
get-playdate-sdk copied to clipboard

cat: /Users/runner/.Playdate/config: No such file or directory

Open Nycto opened this issue 3 months ago • 3 comments

I’m seeing the following error in a workflow run:

cat: /Users/runner/.Playdate/config: No such file or directory

Unfortunately, I don’t have a Mac so I’ve been unable to repro this one locally. Here is the full log, though:

https://github.com/samdze/playdate-nim/actions/runs/17901929811/job/50995982379#step:3:804

Nycto avatar Sep 23 '25 02:09 Nycto

Looks like the issue is with the latest version of macos. When I set runs-on: macos-14 it works. macos-latest doesn't

Nycto avatar Sep 23 '25 15:09 Nycto

I'm guessing this is the problem:

installer: Install failed: The install was canceled because the application integrity could not be verified.

Looks like macos 15 has increased pkg notarization requirements: https://developer.apple.com/documentation/Security/notarizing-macos-software-before-distribution

Nycto avatar Sep 23 '25 15:09 Nycto

I'll fix it. Probably tomorrow. There is just one extra flag needed.

But for config - a little bit more work. As I remember SDK's changelog, there was mentioned XDG_CONFIG. I suppose, the easiest way to fix it is to create config in old location, I'm sure it's still supported.

boozook avatar Sep 23 '25 19:09 boozook