This thread has some options that might work for you: https://forum.defold.com/t/loading-apps-to-iphone-for-testing/68649
Thanks for the answer. I have tried the command line tool, I’m getting the following error:
The executable was signed with invalid entitlements.
It seems like I am not signing the app correctly, I’m doing it via standard managed signing in XCode, just like I do with my other iOS apps. Then from that app I generate the mobile.embbededprovision file just like the docs says and then use it to bundle the app within Defold…