Check List
Issue Description
It seems like Xcode 27 now only supports WATCHOS_DEPLOYMENT_TARGET from 9.0 to 27.0, causing compilation error.
It's pointing to QRCodeSwift
.../SourcePackages/checkouts/swift_qrcodejs/Package.swift The watchOS Simulator deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 27.0.x.
Reproduce
Checkout EFQR code example, using Xcode 27, try to build EFQR watchOS target
Other Comment
Check List
Issue Description
It seems like Xcode 27 now only supports
WATCHOS_DEPLOYMENT_TARGETfrom 9.0 to 27.0, causing compilation error.It's pointing to QRCodeSwift
Reproduce
Checkout EFQR code example, using Xcode 27, try to build EFQR watchOS target
Other Comment