1

Every time I run my app on my iPhone 5s, it works. However, every time I try to run the app on my co-worker's iPhone SE, I get the following error message:

App Installation Failed: A valid provisioning profile for this executable was not found.

What would be the problem?

Marco
  • 2,004
  • 15
  • 24
Rafi
  • 1,902
  • 3
  • 24
  • 46
  • I don't think so, actually. If that were the case, it wouldn't be running on my iPhone 5s – Rafi Jun 27 '16 at 16:35
  • 1
    @Rafi the provisioning profile has a list of devices associated with it. Just because it runs on one devices doesn't mean it will run on others. – Fogmeister Jun 27 '16 at 16:37
  • 2
    Look at the most up voted answer to that question. Not the accepted answer. – Fogmeister Jun 27 '16 at 16:39
  • 1
    Thanks guys. I added the device to the provisioning profile but forgot to re-download the newly generated one! *face palm* – Rafi Jun 27 '16 at 16:48

1 Answers1

1

You need to register the iPhone SE as a test device: https://developer.apple.com/account/ios/device/

Daniel Storm
  • 18,301
  • 9
  • 84
  • 152