iOS Question Debugging with B4i 5.30 and iOS 12.1 doesn't work

mtechteam

Member
Licensed User
Longtime User
Debugging with B4i 5.30 and iOS 12.1 doesn't work (on an iPhone 6 Plus). I'm not sure that is the cause, but I have an iPhone 5 at iOS 10.3.3 that is working fine.

If I attempt to run the app (in Debug Mode) there is a spot created for the icon and a prompt for install comes up on my phone, but the circle never spins showing that it is installing it. If instead I choose the Build Release App from the menu it works fine.

I did see on another forum entry that Debug apps should not be left on the phone, so I ran all existing apps we have been working on to make sure if any were debug versions, they were removed.

Any ideas?

BTW, just in case I redid the entire certificate, provisioning process with new stuff, but no difference.
 

Pendrush

Well-Known Member
Licensed User
Longtime User
In build server settings (Tools -> Build Server -> Server Settings), switch Debug Architecture from 32bit to 64bit.
 
Upvote 0

mtechteam

Member
Licensed User
Longtime User
Perfect. Thank you. Looks like in debug mode if you are switching back and forth between older phones and newer ones, you will have to toggle this back and forth. Release builds as noted work fine regardless.
 
Last edited:
Upvote 0
Top