I'm trying to build my project (which I can build successfully on intel
) on my Mac with M1 chip.
I have same version of qbs (1.22.1) on M1 nad intel, but on M1 parsing my qbs file ends with enigmatic error during parsing CppApplication
:
CppApplication {
name: "TestProject"
.
.
}
Error while handling product `TestProject`
Product `TestProject` had errors and was disabled.
I have no clue what this error could be. Anyone has any idea ? Thanks!