iOS Question Can't install app to real device after installing simulator

tufanv

Expert
Licensed User
Longtime User
Hello,

I am using the new configuriton method to install apps on my device. Today I had to install simulator to test different screen sizes. Later I closed the simulator and clicked build server > release app but it always send the builld to simulator. It force opens the simulator and send the app there. I tried resetting the device, b4i, mac everything, nothing works :/. Sometimes I am able to force close the ismulator on mac and this time i get:
Error: No devices are booted.

Any ideas?
 

tufanv

Expert
Licensed User
Longtime User
Found the problem, I had to choose an ip from the device selection under build server. I don't know why it is related as we are not dealing with b4i bridge anymore with apple config 2
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Found the problem, I had to choose an ip from the device selection under build server. I don't know why it is related as we are not dealing with b4i bridge anymore with apple config 2
The ip is still used for:
1. Start the app and communicate with it in debug mode.
2. Distinguish between simulator and real device in release mode.
 
Upvote 0
Top