I've followed the instructions in iPhone App Minus App Store? and managed to build the AcceleratorGraph project without any problems regarding codesign. However, if I create a new project (via the new project wizard) I always get the following warnings:
Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)
This bundle is invalid. The application-identifier entitlement is not formatted correctly; it should contain your 10-character App ID Seed, followed by a dot, followed by your bundle identifier: com.yourcompany.MyApp (-19053)
I've tried creating an Entitlements.plist with a bundle identifier but nothing changes.
I ve downloaded, built and successfully deployed other projects from the net, without these warnings. Is it something known with this version of Xcode 3.26/iOS SDK 4.3 ?