Hey all, after upgrading to macOS Sonoma and Xcode...
# multiplatform
j
Hey all, after upgrading to macOS Sonoma and Xcode 15, when I'm trying to build the XCFramework for our shared code on mobile, I'm getting this error. I assume it's related to the upgrade because of that output, has anyone else encountered this?
Copy code
> Task :linkDebugFrameworkIosArm64 FAILED
e: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors

The /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
-iphoneos_version_min has been renamed to -ios_version_min
ld: unknown options: -sdk_version
j
Looks like it may be time to bump some versions, thanks Artem I'll reference that issue!