PX4 SITL Build Error on Apple Silicon: No rule to make target “src/modules/uxrce_dds_client/dds_topics.h”

Hello, I’m encountering a build error when running PX4 SITL with JMAVSim on my Apple Silicon Mac despite following the recommended steps—cloning the PX4-Autopilot repository recursively, running “make clean”, creating the build directory “build/px4_sitl_default”, configuring with “cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_BUILD_TYPE=RelWithDebInfo ../..”, and executing “make jmavsim”—yet I receive an error stating “No rule to make target src/modules/uxrce_dds_client/dds_topics.h’, needed by events/px4.json’” along with additional errors, even though I have installed the required Python modules (jinja2, pyyaml, and empy downgraded to version 3.3.4) in my virtual environment; my environment details are macOS Ventura 13.2.1, Apple Silicon (M1/M2), Homebrew version [insert output], and PX4 version v1.16.0-beta1, so has anyone encountered this issue and can suggest a solution?