Skip to content

Xcode 13 - Package Target Integrity Error #137

@ctmanley

Description

@ctmanley

I am attempting to compile a project I've been working on with Xcode 13 release candidate. It complied and ran just fine on the simulator under Xcode 12.

There were updates to some of the package dependences so I uninstalled/reinstalled HAP which also updated all of its dependences. The result is that I'm getting the following Target Integrity error:

  • HAP
    -- Target Integrity
    ---- The package product 'SRP' requires minimum platform version 13.0 for the iOS platform, but this target supports 9.0
    ---- The package product 'Crypto' requires minimum platform version 13.0 for the iOS platform, but this target supports 9.0

So it seems to me that HAP (this target) is set to support a minimum version 9.0 but that SRP and Crypto require a minimum of version 13.0.

I don't think it is relevant to this error but the Deployment Target for my project is iOS 15.

Where should I look to resolve this? Could it be an Xcode 13 issue?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions