相关疑难解决方法(0)

在没有开发人员程序iOS 5.1的设备上安装iOS应用程序

我正在尝试将我的iOS应用程序安装到运行iOS 5.1的设备上.它目前还没有越狱,但如果这就是我要做的事情.

当我运行iOS 5.0.1时,我遵循了这个主题:如何将Xcode中的iPhone应用程序部署到真正的iPhone设备?并创建了一个自签名证书,就像一个魅力.

在更新到Xcode 4.3.2和iOS 5.1后,我无法使其正常工作

我也尝试过这个帖子,但没有成功:在没有苹果开发者程序或越狱的设备上测试iOS应用程序

那么如何将我的应用程序从Xcode 4.3.2安装到运行iOS 5.1的iPhone 4,而不是开发人员程序的成员?

编辑:我现在能够将应用程序发送到iPhone.但是,当我尝试启动它们时,它们会崩溃,甚至启动图像也不会出现.我已经越狱了设备,安装了Appsync,编辑了SDKSettings.plist并将构建属性更改为"Do not code Sign".

当我尝试启动应用程序时,这是控制台给我的,我没有在Xcode中获得任何崩溃日志:

May  8 18:25:35 unknown SpringBoard[54] <Warning>: Unable to obtain a task name port right for pid 1017: (os/kern) failure
May  8 18:25:35 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.KerschApps.Test[0x2fa8]) Exited: Killed: 9
May  8 18:25:35 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.KerschApps.Test[0x2fa8]) Throttling respawn: Will start in 2147483647 seconds
May  8 18:25:35 unknown SpringBoard[54] <Warning>: Application 'Test' exited abnormally with signal 9: Killed: 9
May  8 …
Run Code Online (Sandbox Code Playgroud)

iphone xcode iphone-developer-program ios ios5

17
推荐指数
1
解决办法
5万
查看次数

标签 统计

ios ×1

ios5 ×1

iphone ×1

iphone-developer-program ×1

xcode ×1