Skip to main content
Question

SubscriptionPeriod is ambiguous error in version 9.7

  • January 23, 2026
  • 0 replies
  • 11 views

kaimys
Forum|alt.badge.img+2

I get the error 'SubscriptionPeriod' is ambiguous for type lookup in this context. during a ReactNative iOS build in DraftBit since version 9.7 of react-native-purchases. I reverted to 9.6.15 and the error disappeared. The error appeared in this line:

static func rc_normalized(subscriptionPeriod: SubscriptionPeriod) -> String

Is there something I can do to fix this?