8

var rant: QuantumBool = PartlyTrue

So now I think I've got everything in my app right.... But I can't test it because ***** xcode doesn't create a **** certificate so I can deploy it to my phone (it uses motion sensors)

I deleted all the certificates of developer from the keychain because of a bug and now I **** can't deploy my apps for testing....

Please, does anyone know how to reset the icloud keychain to absolute nothing?

Comments
  • 0
    Update your version of xcode, because I don't have a developer certificate you can still deploy to your device without having it, tl;dr - a possible solution could be, you remove all certificates and provision and configure new one(s) to your project(so)
  • 0
    @richo97 how can I remove them from my project
  • 0
    @bcye go to the system preferences inside xcode -> select the apple ids -> click the minus button and it will remove that ID from xcode.

    However if things are a little bit more dire then, follow these steps access the key chain access -> certificates -> right click on your iPhone developer certificate -> select delete it will ask for confirmation and click delete.

    Once completed sign into xcode again and it should generate a new certificate
  • 1
    Yeah, that's where the error goes (tried both options)
  • 0
    @bcye did it work?
  • 1
    No. I did it and that caused the problem
  • 0
    @bcye ok I might need a little bit of time to think about it
Add Comment