Skip to content

Installing developer kit fails on check system integrity #4

@davidchuyaya

Description

@davidchuyaya

I'm trying to follow the documentation to install the developer kit as described here.
I executed this command:

curl -o ./install-pock-kit https://kit.pock.app/installer && chmod +x ./install-pock-kit && ./install-pock-kit; rm ./install-pock-kit 

However, I consistently receive this error:

//
// Install Pock Developer Kit (0.1.0)
// https://github.com/pock/pockkit
//

 TASKS

  ✗ Check System Integrity

 ERROR

  Something went wrong! See details below.

  - ERR: System Integrity not satisfied (Can't retrieve installed apps)

Running it with sudo doesn't help.
I also tried manually downloading the installer executable and running it, which also gives me the same error.
Since the installer is only an executable, I unfortunately have no idea what's happening & can't comment out whatever lines are causing the error...

If it helps, here's my system info:

  • Macbook Pro 2019, i9
  • Big Sur 11.6
  • Xcode 13.2.1

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