Code signing is required for product type 'Application' in SDK 'iOS5.1'

前端 未结 10 954
萌比男神i
萌比男神i 2020-12-08 12:45

I am using xCode 4.3.1. After i created a project, i build it and tried to Archive. Then i got an error saying; (This is my first project in xCode 4.3.1)

10条回答
  •  北荒
    北荒 (楼主)
    2020-12-08 13:34

    I had same problem with an Apple Sample Code. In project "PhotoPicker", in Architectures, the base SDK was:

    screen shot 1

    This parametrization provokes the message:

    CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.1'

    It assumes you have a developer user, so... use it and change:

    screen shot 2

    And the error disappears.

提交回复
热议问题