Ok, so when you bundle for iOS what Code Signing Identity do you choose? It’s either an iPhone Developer or iPhone Distribution identity. This code signing identity needs to match the provisioning profile that you select when you bundle your app.
Next sign in to https://developer.apple.com/account
Click on Certificates, Ids and Profiles
Select Provisioning Profiles
Make sure you have a Provisioning Profile that:
- Has an App ID that matches the bundle id you specify in game.project
- Uses a certificate matching the code signing identity
- Includes the device that you are trying to install your app to
Note that none of this is Defold specific. The same kind of rules apply to any iOS app that you bundle and install.