Open notandyvee opened 3 months ago
Any update about this issue? I got the same problem , But When I open the XCode project (From Path appflowy_flutter/build/macos/Build/Products/Release),and using the Runner in the XCode
, The app opens up and runs well.
Any help?
Bug Description
Building the MacOS app from source in debug mode works following the doc instructions. Using
Running:
cargo make --profile production-mac-arm64 appflowy
in the frontend directory builds fine. But then crashes on startup. Reason below from the system console.The key issue I think is:
The issue appears to be how the
HotKey
library is built. I know flutter, but apple development isn't my core competency. But from what I am understanding, the library must be signed properly, or signed locally. The problem is when I attempt to use my own signature it just resets everything. Presumably due to the rust tooling. Just a guess.Preferably I'd like an option where I can build in release with my own certificate without allowing libraries that aren't signed to run.
How to Reproduce
cargo make --profile production-mac-arm64 appflowy
from the frontend directory.Expected Behavior
Not crashing
Operating System
Mac OS Sonoma - M2 Max
AppFlowy Version(s)
0.6.7
Screenshots
The screenshot below shows how I get past the issue. But disabling validation sounds bad.
Additional Context
No response