When I build on my MacBook pro with commands like below:
cmake -B build_universal -DCMAKE_BUILD_TYPE=RelWithDebInfo \ ✔ 09:47:16 -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" cmake --build build_universal --parallel cmake --install build_universal --prefix install_universal --config RelWithDebInfo lipo -info install_universal/lib/libsentry.dylib
It shows:

The version of sentry-native code is 0.11.3, and the same code I compiled on Windows is ok, maybe the cmakelist.txt has something wrong?