Skip to content

add OBJC/OBJCXX on Apple Platform#10

Open
crowell wants to merge 1 commit intoencounter:mainfrom
crowell:fix/objc
Open

add OBJC/OBJCXX on Apple Platform#10
crowell wants to merge 1 commit intoencounter:mainfrom
crowell:fix/objc

Conversation

@crowell
Copy link

@crowell crowell commented Jan 14, 2026

was seeing this error:

-- xxHash build type: Debug
-- Architecture: arm64
-- aurora: Building fmt
-- {fmt} version: 11.1.4
-- Build type: Debug
-- aurora: Building imgui
-- Configuring done (3.5s)
CMake Error: Error required internal CMake variable not set, cmake may not be built correctly.
Missing variable is:
CMAKE_OBJC_COMPILE_OBJECT
CMake Error: Error required internal CMake variable not set, cmake may not be built correctly.
Missing variable is:
CMAKE_OBJC_COMPILE_OBJECT
CMake Error: Error required internal CMake variable not set, cmake may not be built correctly.
Missing variable is:
CMAKE_OBJC_COMPILE_OBJECT
CMake Error: Error required internal CMake variable not set, cmake may not be built correctly.
Missing variable is:
CMAKE_OBJC_COMPILE_OBJECT
CMake Error: Error required internal CMake variable not set, cmake may not be built correctly.
Missing variable is:
CMAKE_OBJC_COMPILE_OBJECT
-- Generating done (1.2s)
CMake Generate step failed.  Build files cannot be regenerated correctly.

on

ProductVersion:		26.2
BuildVersion:		25C56

adding this change to the CMakeLists.txt fixes the build for me.

@dbalatoni13
Copy link
Contributor

For Mario Party 4 it was enough to enable OBJC on the project level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants