error installing my custom corona app to ios 8

Hi,

I have problem installing my app built with Corona to iphone 5s running iOS 8 via itunes it doesnt finish installing, I tried using an iphone 4s and it works

Any idea of what i am doing wrong? please help 

Do you see the installation progress indicator stuck, or does it look like it completed but the App is greyed out? 

When installing, you could possibly keep an eye on the system log (XCode -> Devices)

The App is greyed out

This can happen because of the following :

  1. You have used a production profile instead of a development provisioning profile to compile your app
  2. You have not added your device on member center as a dev device
  3. You added the device but didn’t regenerate the development provisioning profile.

The 3rd step is most easy to forget :slight_smile:

Hope this helps.

Thanks Anshuman, manage to get it working, step 3 was there one missing

Do you see the installation progress indicator stuck, or does it look like it completed but the App is greyed out? 

When installing, you could possibly keep an eye on the system log (XCode -> Devices)

The App is greyed out

This can happen because of the following :

  1. You have used a production profile instead of a development provisioning profile to compile your app
  2. You have not added your device on member center as a dev device
  3. You added the device but didn’t regenerate the development provisioning profile.

The 3rd step is most easy to forget :slight_smile:

Hope this helps.

Thanks Anshuman, manage to get it working, step 3 was there one missing