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
Describe the bug
Configuring a build directory with the Xcode backend for this particular project crashes Meson with the following output:
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mesonmain.py", line 193, in run
return options.run_func(options)
~~~~~~~~~~~~~~~~^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/msetup.py", line 365, in run
app.generate()
~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/msetup.py", line 188, in generate
return self._generate(env, capture, vslite_ctx)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/msetup.py", line 253, in _generate
captured_compile_args = intr.backend.generate(capture, vslite_ctx)
File "/usr/local/lib/python3.13/site-packages/mesonbuild/backend/xcodebackend.py", line 329, in generate
self.generate_target_dependency_map()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/backend/xcodebackend.py", line 544, in generate_target_dependency_map
assert k not in self.target_dependency_map
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
ERROR: Unhandled python exception
This is a Meson bug and should be reported!
Describe the bug
Configuring a build directory with the Xcode backend for this particular project crashes Meson with the following output:
To Reproduce
meson setup build-xcode --backend=xcode
Expected behavior
No crash.
system parameters
The text was updated successfully, but these errors were encountered: