andrewcbancroft / SwiftyLocalReceiptValidator

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

Help Request - Ideas? #13

Closed thejeff77 closed 4 years ago

thejeff77 commented 4 years ago

Hey there!

I've run through all install instructions, and compared the demo project to mine extensively, and I can't figure out what is going wrong. I'm basically getting all of the errors this guy is getting:

https://stackoverflow.com/questions/46340406/xcode-9-undefined-symbols-for-architecture-arm64-within-rmappreceipt

I even upgraded your demo project to Swift 5, and recommended settings to match as much as possible and it still works fine.

I noticed that the OpenSSL files are checked-in, and wasn't sure if this might be the reason your project is working - I.E. not using the compiled output from the pod.

Do you have any ideas or recommendations? Any insight would be hugely appreciated.

thejeff77 commented 4 years ago

Covered in #9 after updating OpenSSL version