简体   繁体   English

如何使用Eclipse robo-vm在越狱的iPhone 3GS上测试我的iOS应用

[英]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" ". 我已经越狱的iPhone 3GS,我想运行使用eclipse创建的应用程序,但是当我以> ios设备应用程序的身份运行时,程序显示错误“找不到与“ iphone开发人员”匹配的签名”。

How can i fix it? 我该如何解决?

thanks! 谢谢!

When RoboVM launches on a device it looks for a signing identity. 当RoboVM在设备上启动时,它会寻找签名身份。

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 : 如果您具有签名身份并且RoboVM没有选择它们,请确保XCode可以看到它们,并且可以使用'security find-identity'命令看到它们:

$ security find-identity -v -p codesigning $安全性查找身份-v -p代码签名
1) ABC123 "iPhone Developer: ME (ABC12345)" 1)ABC123“ iPhone开发人员:ME(ABC12345)”
2) DEF456 "iPhone Distribution: ME (ABC34578)" 2)DEF456“ iPhone发行版:ME(ABC34578)”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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