Xcode 4.5 假代码签名
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12632131/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode 4.5 Fake Code Signing
提问by ipatch
I've just upgraded my system from OS 10.7 to 10.8 running Xcode 4.5 and the documentation from this sourceregarding fake code signing doesn't appear to mention a modifiable iPhoneCodeSign.xcspec file for a Xcode 4.5 installation.
我刚刚将我的系统从运行 Xcode 4.5 的 OS 10.7 升级到 10.8,并且来自该来源的有关假代码签名的文档似乎没有提到用于 Xcode 4.5 安装的可修改 iPhoneCodeSign.xcspec 文件。
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.
在将我的系统升级到 OS 10.8 之前,我在 OS 10.7 上运行 Xcode 4.3.2,我让假代码签名工作得像个魅力。由于升级,我的应用程序崩溃了,就像未安装 AppSync 一样。我检查了日志,这确实是一个代码签名问题。
Has anyone had any luck with Xcode 4.5 and fake code signing?
有没有人对 Xcode 4.5 和假代码签名有好运?
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.
我当时正在为 iPhone 开发一个应用程序,现在事情似乎一事无成。任何有关该主题的信息都将不胜感激,因为如果我能提供帮助,我想避免降级。
采纳答案by Vitalii
How to build application & run it on iOS device without joining any development programs on jailbroken phone:
如何在 iOS 设备上构建应用程序并运行它,而无需在越狱手机上加入任何开发程序:
- Disable code signing requirement in xCode. Read here how to do that: Bypassing code sign with xcode 4.5 for iOS6
- Build application without signature and sign it manually with ldid utility. Some additional instructions are available here: How to use ldid?
- 在 xCode 中禁用代码签名要求。在这里阅读如何做到这一点:Bypassing code sign with xcode 4.5 for iOS6
- 无需签名即可构建应用程序并使用 ldid 实用程序对其进行手动签名。此处提供了一些其他说明:如何使用 ldid?