tikhop / TPInAppReceipt

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

Compiled module was created by an older version of the compiler #103

Closed Jim3750 closed 1 year ago

Jim3750 commented 2 years ago

Hi, I have been using TPInAppReceipt in my app "Pilot Log for Tesla" (thank you). I have had no issue so far. However in Xcode (latest) I now get "Compiled module was created by an older version of the compiler; rebuild 'TPInAppReceipt' and try again". This appears as a "red" error, but the build is successful and the app runs normally. Not sure the matter is on your side, but, I'd appreciate your insight on this issue. Thks

tikhop commented 2 years ago

Hi @Jim3750, I haven't seen this error before and I haven't updated on xCode 14 yet. I will check it out with xCode 14 within the next week. Thanks for bringing it up.

Jim3750 commented 1 year ago

Well, it appears to be happening only when building for the simulator. The message does not show up when using a real device. Thks

tikhop commented 1 year ago

@Jim3750 Might be some cache issue on your side, since the lib itself doesn't contain any pre-compiled binaries - just source code that you compile on your side.