Build fail on macOS Sonoma 14.0

KennyMillar

New Member
I am trying to build on macOS Sonoma 14.0
Following the instructions here

After running cmake --preset macos I get the following wrnings and and error:
CMake Warning (dev) at cmake/common/versionconfig.cmake:52 (message): ****************************************************************************** + OBS-Studio - Release candidate detected, OBS_VERSION is now: 30.0.0-rc1-9-gc41633d99 ****************************************************************************** Call Stack (most recent call first): cmake/common/bootstrap.cmake:60 (include) CMakeLists.txt:4 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Setting up Pre-Built obs-deps (universal) -- Setting up Pre-Built obs-deps (universal) - skipped -- Setting up Pre-Built Qt6 (universal) -- Setting up Pre-Built Qt6 (universal) - skipped -- Setting up Chromium Embedded Framework (arm64) -- Setting up Chromium Embedded Framework (arm64) - skipped CMake Warning (dev) at cmake/finders/FindLibAJANTV2.cmake:83 (message): Failed to find LibAJANTV2 version. Call Stack (most recent call first): plugins/aja/CMakeLists.txt:12 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- The Swift compiler identification is Apple CMake Error at plugins/mac-virtualcam/src/camera-extension/CMakeLists.txt:16 (project): No CMAKE_Swift_COMPILER could be found. -- Configuring incomplete, errors occurred!

Can anyone help me resolve this?
 
Top