Open Framstag opened 7 years ago
Sadly the XCode backend is a bit derelict and no-one has stepped up to maintain it. :(
Since none of the xcode backend code is run on our CI, the state of the backend is going to keep getting worse. As a first step, we need to make a list of tests that do pass on macOS and run exactly those on the CI so we at least don't regress constantly.
I have a fix, but I am currently looking for a CI ticket...
@drsog were you able to make progress on this?
I am wondering if there is any progress on this bug? Or alternative, which version of meson is compatible with xcode? I could downgrade meson to the desired version
any improvements? I know meson itself doesn't want to depend on any dependencies, but maybe a workaround could be use something else (like the meson-cmake-wrapper) written in the documentation. Maybe (if it is not already done) we might output a suitable json
file for a tool like this https://github.com/yonaskolb/XcodeGen. I don't have a mac but I am pushing forward to remove cmake from a project where we have many xcode users...
This bug is still present today in meson installed via pip3 on MacOS
I get the following error while triggering the xcode backend:
meson --backend xcode xcode
Complete build files can be found at https://github.com/Framstag/libosmscout
The ninja build works without problems.