google/promises

Pipeline devops build error: WATCHOS_DEPLOYMENT_TARGET is set to 2.0, but the range of supported deployment target versions is 4.0 to 10.4.99

Opened this issue · 0 comments

Hi,

Could you update the WATCHOS_DEPLOYMENT_TARGET to minimum 4? My pipeline with xcode 15_3 cannot build anymore because it requires minimum 4.
It's in the following Pods targets:

  • 'PromisesSwift-watchOS'
  • 'PromisesSwift-watchOS-Promises_Privacy'
  • 'PromisesObjC-watchOS-FBLPromises_Privacy'
  • 'PromisesObjC-watchOS'

thanks!