Troubleshooting
Failed to load glogl.podspec
If you get the following error when running pod install
in your project:
[!] Failed to load glogl.podspec
run the following command in your terminal:
sudo xcode-select --switch /Applications/Xcode.app
xcode-select: error: tool 'xcodebuild' requires Xcode
If you get the following error:
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
run the following command in your terminal:
sudo xcode-select --switch /Applications/Xcode.app
Expo cannot detect XCode
If you get the following error:
Expo cannot detect Xcode Xcode must be fully installed before you can continue
run the following command in your terminal:
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
Payment Issues
No products/offerings available from RevenueCat
If you get the following error:
[StoreKit] Error enumerating unfinished transactions: Error Domain=ASDErrorDomain Code=509 "No active account"
There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from App Store Connect
This usually indicates that there are pending requirements in your App Store Connect account. Before you can test in-app purchases:
- Sign the latest Paid Applications Agreement in the "Agreements, Tax, and Banking" module in App Store Connect
- Link a bank account to App Store Connect and ensure the status is "Clear"
- Complete any pending tax declarations
- Verify that your products are properly configured in both RevenueCat and App Store Connect
You won't be able to test in-app purchases until these requirements are met, even if your products are correctly set up in both RevenueCat and App Store Connect.
For more detailed information, check out the RevenueCat troubleshooting guide (opens in a new tab).