简体   繁体   中英

How can I test my iOS app on a Jailbroken iphone 3gs with eclipse robo-vm

i've a jailbroken iphone 3gs and i want to run my app created with eclipse but when i go to run as > ios device app the program show error "no signing identity found matching "iphone developer" ".

How can i fix it?

thanks!

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)"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM