ioseclipsejailbreakrobovm

How to resolve the "No signing identity found matching 'iPhone Developer'" error when trying to run an app on a jailbroken iPhone 3GS from Eclipse?


I have a jailbroken iPhone 3GS, and I want to run my app, which was created using Eclipse. However, when I attempt to run the app by going to "Run As > iOS Device App," I encounter the following error: "No signing identity found matching 'iPhone Developer'."

Can someone please provide guidance on how to resolve this issue and successfully run my app on my jailbroken iPhone 3GS?

Thank you for your assistance!


Solution

  • When RoboVM launches on a device it looks for a signing identity.

    You either need to tell it to skip the signing (coz you're on a jail broken device) or specify a correct signing identity.

    If you have signing identities and RoboVM isn't picking them up, make sure XCode can see them and you can see them with the 'security find-identity' command :

    $ security find-identity -v -p codesigning
    1) ABC123 "iPhone Developer: ME (ABC12345)"
    2) DEF456 "iPhone Distribution: ME (ABC34578)"