Xcode 'CodeSign error: code signing is required'

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

    I use Xcode 4.3.2, and my problem was that in there where a folder inside another folder with the same name, e.g myFolder/myFolder/.

    The solution was to change the second folder's name e.g myFolder/_myFolder and the problem was solved.

    I hope this can help some one.

提交回复
热议问题