TPInAppReceipt
TPInAppReceipt copied to clipboard
Module 'TPInAppReceipt' was not compiled with library evolution support; using it means binary compatibility for 'MyStoreKit' can't be guaranteed
Expected Behavior
TPInAppReceipt should be compatible with multiplatform framework inclusion.
Current Behavior
Module 'TPInAppReceipt' was not compiled with library evolution support; using it means binary compatibility for 'MyStoreKit' can't be guaranteed
Possible Solution
May be set BUILD_LIBRARY_FOR_DISTRIBUTION to YES. Need testing.
Steps to Reproduce (for bugs)
- Create a multiplatform framework
- Add TPinAppReceipt as a Swift Package and import it in a Swift file
- This causes the warning
Module 'TPInAppReceipt' was not compiled with library evolution support; using it means binary compatibility for 'MyStoreKit' can't be guaranteed
Context
I am trying to create a framework that includes this library.
Your Environment
- Version used: 3.4.1
- Environment name and version (device, simulator): -
- Operating System and version (iOS, osx): macOS Sequoia
- Link to your project: -