我正在尝试调试我的越狱手机上的i phone应用程序,除了我正在遵循的步骤之外,一切都进行得很顺利:

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)。我正在使用Xcode4.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"存储在哪里?

最佳答案

你的文件在目录中。

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

圣诞快乐。

关于objective-c - Xcode 4.5.2(Mountain Lion)中的命令行选项,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/14026276/

10-10 16:43