Describe the bug
I am trying to install RevenueCat 4.26.0-beta.2 using cocopods and for some reason only the RevenuCat Module gets downloaded and the RevenuCatUI gets ignored or not installed.
- Environment
- Platform: IOS
- SDK version: 4.26.0-beta.2
- StoreKit version:
- OS version:
- Xcode version: 14.3.1
- Device and/or simulator:
- Environment:
- How widespread is the issue. Percentage of devices affected.
- Debug logs that reproduce the issue. Complete logs with
Purchases.logLevel = .verbose will help us debug this issue.
-
Steps to reproduce, with a description of expected vs. actual behavior
-
Add pod 'RevenueCat', '4.26.0-beta.2' to Podfile
-
Run pod install
-
import RevenueCatUI in your project
-
Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
No such module 'RevenueCatUI'
-
Additional context
Add any other context about the problem here.
I assume that the podspec needs some changes to account for the newly added module but I might be wrong
Describe the bug
I am trying to install RevenueCat
4.26.0-beta.2using cocopods and for some reason only the RevenuCat Module gets downloaded and the RevenuCatUI gets ignored or not installed.usesStoreKit2IfAvailable(true))Purchases.logLevel = .verbosewill help us debug this issue.Steps to reproduce, with a description of expected vs. actual behavior
Add
pod 'RevenueCat', '4.26.0-beta.2'to PodfileRun
pod installimport
RevenueCatUIin your projectOther information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
No such module 'RevenueCatUI'Additional context
Add any other context about the problem here.
I assume that the podspec needs some changes to account for the newly added module but I might be wrong