-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Can't build the app #413
Comments
@Jam1zhu It seems like protoc-gen-dart wasn't installed. Try run this command: |
@Jam1zhu Do you still have that problem building the AppFlowy? Please feel free to DM me on Discord directly. |
Hello, I have the same error while building production version of AppFlowy. |
Hey @Jam1zhu @AlexisIndustries . I've got this issue as well, and fixed it by running To troubleshoot, you guys can try to print the command it triggered in
Also, rm flutter_tools.stamp in your |
It seems the problem is the terminal (launch by VS Code) can't find the protoc_plugin in $PATH, even though you install it. Please follow these steps to fix the issue.
FYI, From my experience, the VS Code uses bash as default. microsoft/vscode#69954 |
This happened to me as well. The only thing I can add is that I started with a clean machine that didn't previously have Rust, Flutter or Dart installed. Assuming you are correct in that VS Code uses bash (instead of zsh which is configured default in new macbooks), is the solution simply to add the export to I was able to get this working after making sure I had this in path by adding it to |
|
* chore: separate connect control * chore: add tests * chore: add tests
Initialize the installation according to the document.
When executing
cargo make --profile development-windows-x86 flowy-sdk-dev
,the following exception occurs
Desktop (please complete the following information):
OS: Windows 10
Version 0.0.3
What is the possible reason for this?
The text was updated successfully, but these errors were encountered: