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)が見つかりません。MountainLionでXcode4.5.2を使用しています。私は次の場所でディレクトリを見つけることができます:

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

しかし、Resources/iPhoneCodeSign.xcspecファイルが含まれていると言われているResourceディレクトリが見つかりません。これはどこにありますか?

彼らがそれを動かした場合、私の次の質問はどこにCommandLine = "/usr/bin/codesign"保管されているのかということです。

4

2 に答える 2

1

そのファイルは削除されているため、このガイドはiOS6およびXCode4.5には適していません。iOS6でコード署名を偽造するには、この回答を参照してください。

于 2012-12-24T23:17:07.313 に答える
1

あなたのファイルはディレクトリにあります。

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

メリークリスマス。

于 2012-12-24T23:24:14.707 に答える