Build and Fail

I’ve created an iPhone project and got good results from the Remote (except the crappy quality, of course…) so I thought I would have a look at the UI in full quality, so I tried to Build and Run… and it built, but then it failed to install on my iPhone. I have Device 2.0 selected and Release selected, but it fails authentication. I have a valid provisioning profile though, and can successfully compile projects that I wrote from scratch plus Apple examples… the first error is:

Wed Apr 1 18:40:35 unknown afcd[967] : user mobile has uid 501

Other interesting errors include:

Wed Apr 1 18:42:05 unknown mobile_installation_proxy[988] : install_embedded_profile: Skipping the installation of the embedded profile

Wed Apr 1 18:42:16 unknown mobile_installation_proxy[988] : entitlement ‘application-identifier’ has value not permitted by a provisioning profile

Wed Apr 1 18:42:16 unknown mobile_installation_proxy[988] : verify_executable: Could not validate signature: e8008016

Wed Apr 1 18:42:16 unknown mobile_installation_proxy[988] : preflight_application_install: Could not verify /var/tmp/install_staging.cvDFLw/Dotz.app/Dotz

Wed Apr 1 18:42:16 unknown mobile_installation_proxy[988] : install_application: Could not preflight application install

Wed Apr 1 18:42:16 unknown mobile_installation_proxy[988] : handle_install: Installation failed

Does anybody have any advice?? Thanks in advance. Scott.

sounds like:

  1. You didn’t provide a valid app identifier in the player settings
  2. In addition did not configure the xcode project to contain your iphone developer provision which is required to build it correctly

You may also want to Power Down your iPhone then restart it prior to building a file to install. Fixed the errors I was having with my provisioning file not being found.