Xcode 4.5伪代码签名 [英] Xcode 4.5 Fake Code Signing

查看:65
本文介绍了Xcode 4.5伪代码签名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚将我的系统从OS 10.7升级到了运行Xcode 4.5的10.8,文档从这里关于伪造代码签名的原始文件似乎没有提到用于Xcode 4.5安装的可修改的iPhoneCodeSign.xcspec文件。

I've just upgraded my system from OS 10.7 to 10.8 running Xcode 4.5 and the documentation from this source regarding fake code signing doesn't appear to mention a modifiable iPhoneCodeSign.xcspec file for a Xcode 4.5 installation.

在将系统升级到OS 10.8之前我在OS 10.7上运行Xcode 4.3.2,并且我进行了伪造的代码签名,就像一个魅力。由于升级,我的应用程序崩溃了,未安装AppSync。我检查了日志,这确实是代码签名问题。

Prior to upgrading my system to OS 10.8 I was running Xcode 4.3.2 on OS 10.7 and I had fake code signing working like a charm. Since the upgrade my apps are crashing like AppSync is not installed. I checked the logs and it is indeed a code signing issue.

有人对Xcode 4.5和伪造的代码签名有好运吗?

Has anyone had any luck with Xcode 4.5 and fake code signing?

我当时正在为iPhone开发一个应用程序,现在事情似乎已经不妙了叹气。如果可以,我希望您能避免将其降级,因此我希望能对此有所帮助。

I was in the process of developing an app for the iPhone and now things have seem to hit a brick wall sigh. Any info on the subject would be appreciated as I'd like to avoid downgrading if I can help it.

推荐答案

如何构建应用与在iOS设备上运行它,而无需在越狱的手机上加入任何开发程序:

How to build application & run it on iOS device without joining any development programs on jailbroken phone:


  1. 禁用xCode中的代码签名要求。在此处阅读如何执行此操作:使用xcode 4.5绕过代码签名iOS6

  2. 构建不带签名的应用程序,并使用ldid实用程序对其进行手动签名。此处提供了一些其他说明:如何使用ldid?

  1. Disable code signing requirement in xCode. Read here how to do that: Bypassing code sign with xcode 4.5 for iOS6
  2. Build application without signature and sign it manually with ldid utility. Some additional instructions are available here: How to use ldid?

这篇关于Xcode 4.5伪代码签名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆