gskinnerTeam / flokk

A fresh and modern Google Contacts manager that integrates with GitHub and Twitter.
https://flokk.app
BSD 2-Clause "Simplified" License
1.46k stars 271 forks source link

Cannot build macos #59

Open vietstone-ng opened 1 year ago

vietstone-ng commented 1 year ago

Hi, I tried to run MacOS app with cache, but receive this error.

Building macOS application...
2023-05-16 16:52:15.818 Flokk Contacts[46296:6999285] Failed to find path for "flutter_assets" 2023-05-16 16:52:15.819 Flokk Contacts[46296:6999285] Failed to find path for "flutter_assets" embedder.cc (1601): 'FlutterEngineInitialize' returned 'kInvalidArguments'. The assets path in the Flutter project arguments was missing. 2023-05-16 16:52:15.819 Flokk Contacts[46296:6999285] Failed to initialize Flutter engine: error 2

vietstone-ng commented 1 year ago

It seems the problem of Flutter version. The error is with Flutter 3.7.12, I downgraded Flutter to 3.0.0 then it run ok.