akemin-dayo / simject

simject is a command-line tool and iOS dynamic library that allows developers to easily test their tweaks on the iOS Simulator.
BSD 2-Clause "Simplified" License
486 stars 55 forks source link

Issues signing simject. #42

Closed LacertosusRepo closed 5 years ago

LacertosusRepo commented 6 years ago

After running make setup and both respring_simulator/simject, simject runs into the error:

error: The specified item could not be found in the keychain.

I added my account to XCode but with no luck.

PoomSmart commented 5 years ago

Does the issue persist at this point? @LacertosusRepo

LacertosusRepo commented 5 years ago

@PoomSmart Yes, still cannot compile it.

PoomSmart commented 5 years ago

What do you get when running a command security find-identity -p codesigning?

LacertosusRepo commented 5 years ago

@PoomSmart It outputs no identities

Policy: Code Signing
  Matching identities
     0 identities found

  Valid identities only
     0 valid identities found
jb365 commented 5 years ago

@LacertosusRepo Were you able to fix this? I'm getting the same thing.

LacertosusRepo commented 5 years ago

@Jb365 @PoomSmart No yet. It could possibly be due to me using a Mac VM.

jb365 commented 5 years ago

@LacertosusRepo I'm on a MacBook Pro though...

LacertosusRepo commented 5 years ago

@jb365 Well that's good news for me, means its a different problem.

TnnsBeast commented 5 years ago

@LacertosusRepo @PoomSmart @jb365 I am having this problem as well...Anyone figure it out yet?

TnnsBeast commented 5 years ago

@jb365 I was finally able to figure this out (by accident). When I was loading one of my Xcode applications on to my phone, I was requested for my password to allow keychain access to sign the application. I clicked always allow and I am now able to sign simject.