Testing new iOS backend
jMonkeyEngine Hub
June 16, 2026
Mhh, no idea. There must be something wrong in the way old xcode is being used. The only thing left to do is to try creating the provisioning profile manually from https://developer.apple.com/account/resources/profiles/list and then using it with
./gradlew ios-graalvm:runIosDebugApp \
-PiosAppTarget=device \
-PiosTeamId=YOUR_TEAM_ID \
-PiosXcodeTeamId=YOUR_TEAM_ID \
-PiosDebugProvisioningProfile=/path/to/profile.mobileprovision
if this fixes the issue and it is only something to do with the auto provisioning script, i can probably find a way to buy an old mac with osx 10, and figure out some workaround locally.
Afaik, thanks to apple being apple, this is the only way to legally have a osx10 development instance (I know I could try with hackintosh, but i’d prefer not to risk my account being banned)
Discussion in the ATmosphere