You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing this heads up on the issue with the recent change in handling the package type. I run into it after upgrading to version 1.1.0. Since I use the package from the main app as well as an internal framework, I wanted to keep using the dynamic target. For reference, these were the changes I had to make:
Change the linked product in both the main app and the internal framework from AppReceiptValidator to AppReceiptValidatorDynamic
Change the embedded product in the main app from AppReceiptValidator to AppReceiptValidatorDynamic
Now everything seems to be working just fine. Thanks for maintaining this library!
Thanks for the feedback, this aligns with how we handled it too.
hannesoid
changed the title
Xcode build error after upgrading to 1.1.0: Unexpected duplicate tasks
[Resolved] Xcode build error after upgrading to 1.1.0: Unexpected duplicate tasks
Feb 23, 2024
If you have previously used AppReceiptValidator in Xcode frameworks and App Targets, you may now experience a
build error similar:
Unexpected duplicate tasks
This is due to: #86 (release https://github.com/IdeasOnCanvas/AppReceiptValidator/releases/tag/1.1.0)
If you are expecting and embedding it as a dynamic framework,
AppReceiptValidator
mentions in yourpbxproj
project files withAppReceiptValidatorDynamic
AppReceiptValidator
from your app target(s) (linking being enough) and see if it worksThe text was updated successfully, but these errors were encountered: