Environment:
CPU: Apple M1 Max
MEM: 32GB
OS: macOS 14.0
Xcode: 15.0.1
clang: 15.0.0
cmake: 3.27.7
SketchUp Software Version: 23.1.328
C SDK version: SDK_Mac_2023-1-314
I want know the reason of the following two problems and how to deal with them? Are these issues due to incompatibilities in my system version, dependent versions, or am I misconfigured, or whatever?
Problem 1
I’m trying to build the example project reference the doc(repo sketchup-live-c-api/docs/cmake.md#macos), but failed while executing cmake --build . --config Debug
.
errors:
error.txt (14.0 KB)
Problem 2
It’s failed when I running the example code in XCode.(code in SketchUp C API Online Documentation) It build sucessfully but failed while running at the code SUInitialize();
.
Configure the demo project reference docs in repo sketchup-live-c-api/docs/xcode.md
errors:
error.txt (2.9 KB)