robotmedia / RMStore

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

Error when building with iOS 8 beta 4 #90

Closed kommen closed 10 years ago

kommen commented 10 years ago
RMAppReceipt.m:126:21: Use of undeclared identifier ‘_hash’

This seems to be related to the NSObject API changes in iOS 8 beta 4: https://developer.apple.com/library/prerelease/ios/releasenotes/General/iPhoneSeedAPIDiffs/index.html#//apple_ref/doc/uid/TP40008441

hpique commented 10 years ago

Thanks @kommen. Want to change it to receiptHash and submit a PR?