Application not installed because it was not signed
I've started a new iPad app via TD 1.2.1 (SDK 1.2.) targeting iPhone SDK 3.2 but after the app is built and passed to iTunes I get "The application 'iPad test2' was not installed on the iPad 'iPad' because it is not signed."
The iPad has a valid developer profile on it, and both Development Certificate and Provisioning Profile fields have been set in TD.
Not sure where the issue lies…
6 Answers
-
Thanks for the response Damien. AFAIK the app name (set in TD Application ID field) matches the App ID in Apple's iPhone Provisioning Portal (though the App Id in the portal is prefixed by the Bundle Seed id). Can you provide any more details?
-
I encountered this problem when my app name didn't match the profile.
-
You can also open the xcodeproj in the build dir and build it manually to see if any errors are generated. I also had a problem with a missing png file.
-
I built an app directly in xcode and provisioned it to the iPad ok, using the same wildcarded app id, so I figure there's an issue with Titanium Developer…
-
Did you build your app's xcode project, or did you build a new project completely? I was suggesting the former, not the latter.
-
Hello,
I am getting same error, are you got any solution for it?