You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to compile the project using flutter build apk --split-per-abi the build fails with the following output: build_err.log flutter doctor returns: flutter_doctor.txt
Using the manual installation the build works just fine. It seems to be a problem with the snap version of flutter and not with this project. But still it would be interesting to know, if someone here knows any specifics.
By the way, the bug was first seen in the new mobile version of the lichess app (lichess-org/mobile#123)
The text was updated successfully, but these errors were encountered:
Probably some old dependency in the build toolchain? I remember reading somewhere old clang may cause the cast from pointer to smaller type 'uintptr_t' (aka 'unsigned int') loses information error. It's possible that the snap version use a different clang version from the manual one.
When trying to compile the project using
flutter build apk --split-per-abi
the build fails with the following output:build_err.log
flutter doctor
returns:flutter_doctor.txt
Using the manual installation the build works just fine. It seems to be a problem with the snap version of flutter and not with this project. But still it would be interesting to know, if someone here knows any specifics.
By the way, the bug was first seen in the new mobile version of the lichess app (lichess-org/mobile#123)
The text was updated successfully, but these errors were encountered: