steprescott / SCPStoreKitManager

Block based store kit manager for In-App Purchase on iOS 7, 8 & 9 with receipt validation.
MIT License
68 stars 29 forks source link

Missing headers #7

Closed meachware closed 10 years ago

meachware commented 10 years ago

I don't use cocoapods so perhaps that's the root cause of my problem; however I am missing these header files:

import "pkcs7.h"

import "x509.h"

import "asn1.h"

This -> "SCPStoreKitReceiptValidator > openSSL > lib" doesn't exist :(

Update: Okay, downloaded the develop branch and found the required files, was able to compile example project

steprescott commented 10 years ago

Thanks for this, will look into it.

steprescott commented 10 years ago

I will be waiting on this issue to be solved in an upcoming CocoaPods release until I can update the spec in the CocoaPods spec repo.

https://github.com/CocoaPods/CocoaPods/issues/2674#issuecomment-59276881

steprescott commented 10 years ago

@meachware If you update the pod any issues should now be fixed.