andrewcbancroft / SwiftyLocalReceiptValidator

An implementation of local receipt validation logic for iOS in Swift
MIT License
286 stars 32 forks source link

Missing documentation #12

Closed thejeff77 closed 4 years ago

thejeff77 commented 4 years ago

The linked OpenSSL tutorial or the README seem to be missing a critical step to get this building:

Add the following to HEADER_SEARCH_PATHS "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/OpenSSL"

Comments welcome