I am getting a build signing error for an app I have developed using xcode 5.
I am targetting ios 5.1.1 so it can run on old ipads.
I have a developer registered ipad and it is being accepted by xcode as an ios device but when I try to build it complains about code siging in SDK 5.1 which I am using and the code signing is specified in the project build settings.
The code signing in the build settings is set as follows:
Code Signing Identity iOS Developer
Debug iOS Developer
iOS 5.1 SDK iOS Developer
Release iOS Developer
iOS 5.1 SDK iOS Developer
Code Signing Resource Rules Path
Debug iOS 5.1 SDK
Release iOS 5.1 SDK
Other Code Signing Flags
Debug iOS 5.1 SDK
Release iOS 5.1 SDK
Provisioning Profile iOS Team Provisioning Profile: xxxx
The message I get is build failed
check dependencies
CodeSign error: code signing is required for product type 'Application' in 'iOS 5.1'
Anyone any hints?