Shreyans Jain

Results 60 comments of Shreyans Jain

Yeah this is the only logging that happens after launching the binary directly

Maybe because you switched from x86_64 only to universal binary?

I think you should atleast stop the update rollout as clicking update button in app breaks it

Is he on apple silicon running kotato 1.4.6 with macOS Monterey?

works perfecty if I force it to run through rosetta which means something is wrong with the arm64 binary

I found the issue! Something is going wrong with app signing so only the x86_64 binary is getting correctly signed. I locally signed the app with `sudo codesign --force --...

`sudo codesign --verify --verbose ./Path/to/App.app` ``` ./Kotatogram.app: code object is not signed at all In architecture: arm64 ```

What do you mean no sign?

I think you mean the x86_64 binary is signed but just not verified by apple

I think you mean the x86_64 binary is signed but just not verified by apple