robotmedia / RMStore

A lightweight iOS library for In-App Purchases
Apache License 2.0
2.42k stars 450 forks source link

Unable to add 'RMStore/AppReceiptVerifier' cocoapod. #166

Closed jsonfellin closed 8 years ago

jsonfellin commented 8 years ago

I'm getting this error when I try to add the 'RMStore/AppReceiptVerifier' Cocoapod:

[!] Unable to satisfy the following requirements:

  • RMStore/AppReceiptVerifier required by Podfile

I have the platform set to iOS 7 in the Podfile. Any suggestions?

jsonfellin commented 8 years ago

I had pod 'RMStore' in my pod file as well, removing both then adding just pod 'RMStore/AppReceiptVerifier' worked for me.