Xcode 'CodeSign error: code signing is required'

后端 未结 15 1664
离开以前
离开以前 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:29

    Have you updated the firmware version of the iPhone you are testing on?

    0 讨论(0)
  • 2020-12-07 17:30

    Summarised form an answer to Xcode fails with "Code Signing" Error

    project.pbxproj files can be merged in such a way that two CODE_SIGN_IDENTITY lines can be inserted. Deleting one of these normally fixes the issue.

    I have created simple script to help diagnose this issue it can be found here: https://gist.github.com/4339226

    A full answer can be found here.

    0 讨论(0)
  • 2020-12-07 17:32

    Another possibility - When you Build for Archive make sure your Archive choice in your scheme is set for Distribution, not Release.

    Go to Product -> Edit Scheme This brings up a new dialog.

    Select Archive on the left. Make sure the build configuration is Distribution.

    0 讨论(0)
提交回复
热议问题