3

我正在尝试在我的越狱手机上调试 iPhone 应用程序,除了我在这里执行的步骤之外,一切都进展顺利:

7. Open iPhoneCodeSign.xcspec.
For Xcode 4.3 the file is at: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/Resources/iPhoneCodeSign.xcspec
For Xcode 4.2 the file is at: /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/Resources/iPhoneCodeSign.xcspec
For older versions the file is at: /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneOS Build System Support.xcplugin/Contents/Resources/iPhoneCodeSign.xcspec

我无法找到文件 (iPhoneCodeSign.xcspec)。我在 Mountain Lion 上使用 Xcode 4.5.2。我可以在以下位置找到目录:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/

但我找不到据说包含 Resources/iPhoneCodeSign.xcspec 文件的资源目录。这在哪里可以找到?

如果他们移动了它,那么我的下一个问题将是CommandLine = "/usr/bin/codesign"存储在哪里?

4

2 回答 2

1

您的文件在目录中。

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Specifications/iPhoneCodeSign.xcspec 

圣诞节快乐。

于 2012-12-24T23:24:14.707 回答
1

该指南不适用于 iOS6 和 XCode 4.5,因为该文件已被删除。为了在 iOS6 上伪造代码签名,请参阅此答案

于 2012-12-24T23:17:07.313 回答