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
In iOS 18.4 StoreKit introduced a new object named SubscriptionInfo. There is already a SubscriptionInfo object in the RevenueCat package, which caused a namespace collision when building with Xcode 16.3 (File PurchaseInformation.swift, line 327).
Using the package name explicitly, solves the issue.
Package version: 5.17.0
PS: It was an easy fix and I tried to create a PR but a) I couldn't push due to authorization issues, and b) when I tried to run the fastlane setup command it failed with error:
internal:/opt/homebrew/Cellar/ruby/3.4.2/lib/ruby/3.4.0/rubygems/core_ext/kernel_require.rb:136:in 'Kernel#require': cannot load such file -- nokogiri (LoadError)
The text was updated successfully, but these errors were encountered:
@theoks Version 5.18.0 has been released, which addresses the issue. I'm going to close this issue for now, but feel free to reopen it or open another issue if you see any other issues.
In iOS 18.4 StoreKit introduced a new object named
SubscriptionInfo
. There is already aSubscriptionInfo
object in theRevenueCat
package, which caused a namespace collision when building with Xcode 16.3 (FilePurchaseInformation.swift
, line 327).Using the package name explicitly, solves the issue.
Package version: 5.17.0
PS: It was an easy fix and I tried to create a PR but a) I couldn't push due to authorization issues, and b) when I tried to run the fastlane setup command it failed with error:
The text was updated successfully, but these errors were encountered: