I have a weird issue, after upgrading to Sonoma, XCode 16, when i try to run kotlin multiplatform project from Android studio, and that project is using some C++ library with cmake in cinterop.
I have a crash of xcodebuild when building the c++ library.
I traced it out to this environment variable: EXECUTABLE_BLANK_INJECTION_DYLIB_PATH=myapp/__preview.dylib or something like that.
If i unset this variable prior to build in xcode build phases, then everything seems ok, and build succeeds.