Skip to content

[Resolved] Xcode build error after upgrading to 1.1.0: Unexpected duplicate tasks #87

@hannesoid

Description

@hannesoid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions