MugunthKumar / MKStoreKit

The "Goto" In App Purchases Framework for iOS 8+
2.09k stars 429 forks source link

MKStoreKit includes NSData+Base64.m which causes conflicts with other pods #260

Open paulw11 opened 8 years ago

paulw11 commented 8 years ago

MKStoreKit includes NSData+Base64.m and NSData+Base64.h in its source. This causes duplicate symbol conflicts if you use another Pod that includes a dependency on the NSData+Base64 pod

Either modify these files so that they use a prefixed set of symbols and avoid the clash or preferably declare NSData+Base64 as a dependency for this Pod