pockkit icon indicating copy to clipboard operation
pockkit copied to clipboard

Installing developer kit fails on check system integrity

Open davidchuyaya opened this issue 3 years ago • 1 comments

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

davidchuyaya avatar Jan 23 '22 19:01 davidchuyaya

Any news on this?

NilsGke avatar Apr 06 '24 11:04 NilsGke