Xcode 'CodeSign error: code signing is required'

后端 未结 15 1662
离开以前
离开以前 2020-12-07 16:40

I\'ve been working on an iPhone project with iOS 4.0. I just downloaded Xcode 3.2.4 with iOS SDK 4.1 so that I can work with the updated iOS. Upon opening the project in the

15条回答
  •  情深已故
    2020-12-07 17:24

    In file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/SDKSettings.plist

    change the CODE_SIGNING_REQUIRED YES

    to

    CODE_SIGNING_REQUIRED NO

    Restart Xcode

提交回复
热议问题