tikhop / TPInAppReceipt

Reading and Validating In App Purchase Receipt Locally.
MIT License
631 stars 93 forks source link

CryptoSwift files need update #87

Closed ungerc closed 3 years ago

ungerc commented 3 years ago

Hello, due to xcode 12.5 the CryptoSwift files that are in use here UInt n+Extension.swift are throwing errors. The fix is available in the CryptoSwift pod, and it is trivial.

thanks! christian

tikhop commented 3 years ago

Hi @ungerc, thanks for the report. I’ll check in a couple hours.

tikhop commented 3 years ago

Hi @ungerc, unfortunately, I can't reproduce the issue and we are not using CryptoSwift at all.

ungerc commented 3 years ago

hey I installed via cocoapods and I see three files UInt16+Extension.swift UInt32+Extension.swift UInt64+Extension.swift and they have a header that points to CryptoSwift

https://github.com/krzyzanowskim/CryptoSwift/issues/864#issuecomment-829444430

tikhop commented 3 years ago

Just tried to install using cocoapods and I don't see CryptoSwift and it works well.

ungerc commented 3 years ago

strange, if I remove the files it still builds…

ungerc commented 3 years ago

what am I doing wrong?

tikhop commented 3 years ago

Are you sure you have the last version of the pod (3.1.1)?

ungerc commented 3 years ago

checking now

tikhop commented 3 years ago

Regarding CryptoSwift, we were using it until version 3.0.0

ungerc commented 3 years ago

ok, so this may be an explanation

ungerc commented 3 years ago

Installing TPInAppReceipt 3.1.1 (was 2.3.3) seems an outdated version… sorry, so I guess we can close this issue