error: The watchOS 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. (in target 'QRCodeGenerator' from project 'swift-qrcode-generator')
error: The armv7k architecture is deprecated. You should update your ARCHS build setting to remove the armv7k architecture. (in target 'QRCodeGenerator' from project 'swift-qrcode-generator')
The issue can be reproduced by running the Demo/WatchQR using Xcode 27.0 beta.
The swift-qrcode-generator requires specifying platforms, for example:
or look google/promises#243
error: The watchOS 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. (in target 'QRCodeGenerator' from project 'swift-qrcode-generator')
error: The armv7k architecture is deprecated. You should update your ARCHS build setting to remove the armv7k architecture. (in target 'QRCodeGenerator' from project 'swift-qrcode-generator')
The issue can be reproduced by running the Demo/WatchQR using Xcode 27.0 beta.
The
swift-qrcode-generatorrequires specifying platforms, for example:or look google/promises#243