Xcode 'CodeSign error: code signing is required'

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

提交回复
热议问题