-
Notifications
You must be signed in to change notification settings - Fork 204
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
Build fails on Windows #308
Comments
Hi @machiato32 Clang is required to build for Windows, see our platform considerations doc. This issue may also be helpful: #279 (comment) |
Hi @HayesGordon, so this wasn't the case for version 0.9.1, right? I looked at the changelog on pub.dev before posting this and nothing regarding Windows was on there. Sorry if this is a duplicate then. |
It may be that you did have Clang installed, but you now require a later version. I believe there is a version of it that comes built within Windows - but not too sure about that. For fun you can check to see, before installing anything:
But yeah, I think if you update to the latest it should work! Let me know and I'll close this. |
clang --version outputs:
Yet still outputs the same error
Visual Studio didn't work so I installed from LLVM-16.0.1-win64.exe Do I need to modify anything else? Is it okay to open flutter windows folder in visual studio it seems to generate lot of boiler plate code |
@machiato32 did you manage to solve the problem? |
This happens on codemagic side. Should they do anything to support the latest rive version? |
Description
When building for windows with version 0.10.3 build fails:
Steps To Reproduce
flutter run windows
Device & Versions
Flutter doctor output:
Additional context
The build doesn't fail on rive version 0.9.1
The text was updated successfully, but these errors were encountered: