Bypassing code sign with xcode 4.5 for iOS6

后端 未结 4 1484
一整个雨季
一整个雨季 2020-12-09 07:22

We used to modify the SDKSetting.plist to allow the build of unsigned apps, by setting CODE_SIGNING_REQUIRED to NO.

But since xcode 4.5, th

4条回答
  •  甜味超标
    2020-12-09 07:46

    First quit Xcode,

    Then in terminal execute

    sudo vim /Applications/Xcode.app/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/SDKSettings.plist
    

    Navigate using arrow keys (or k and j) then press i to edit. Make your changes, then press escape followed by :wq

    Start Xcode

提交回复
热议问题