You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I recently upgraded to Xcode 16.2, and I started experiencing the following error when building for iOS:
<unknown>:0: error: compiling for iOS 13.0, but module 'Cxx' has a minimum deployment target of iOS 16.0: /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/Cxx.swiftmodule/arm64-apple-ios-simulator.swiftmodule
I have already set my minimum deployment target to iOS 18, so the error message about iOS 13 seems misleading. This issue did not occur before updating to Xcode 16.2.
I am wonder if anyone else has encountered this problem.
Is this a known issue? Is there any planned fix or workaround?
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered:
Hi, I recently upgraded to Xcode 16.2, and I started experiencing the following error when building for iOS:
I have already set my minimum deployment target to iOS 18, so the error message about iOS 13 seems misleading. This issue did not occur before updating to Xcode 16.2.
I am wonder if anyone else has encountered this problem.
Is this a known issue? Is there any planned fix or workaround?
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: