This issue is not an issue to be solved, but for documentation purposes to help users of the framework when upgrading
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,
- replace all
AppReceiptValidator mentions in your pbxproj project files with AppReceiptValidatorDynamic
- or alternatively try removing the embedding of the
AppReceiptValidator from your app target(s) (linking being enough) and see if it works