使用xcode 4.5 for iOS6绕过代码符号

gre*_*g3z 2 xcode ios6

我们使用修改SDKSetting.plist允许未签名的应用的构建,通过设置CODE_SIGNING_REQUIREDNO.

但是从xcode 4.5开始,这个文件似乎是加密的(这是它的路径:) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/SDKSettings.plist.

有人知道如何为iOS6构建未签名的应用程序吗?

Jim*_*ang 6

sudo cp /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/SDKSettings.plist ~/Downloads

sudo chmod 777 ~/Downloads/SDKSettings.plist
Run Code Online (Sandbox Code Playgroud)
  • 打开〜/ Downloads/SDKSettings.plist

  • 在XCode的弹出窗口中编辑

sudo mv ~/Downloads/SDKSettings.plist /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/SDKSettings.plist
Run Code Online (Sandbox Code Playgroud)
  • 重启xcode