iOS Question Compiled app not installing on Simulator

rkmoray

Active Member
Licensed User
Longtime User
I am running the hosted version of b4i
On my network is a mac with xcode and the simulator.
I have done all the developer.apple.com prep work as per the video.
After I build the I-Bridge, I get the builder1.b4x.com... and everything looks great.
I put in the address in safari, on the simulates on the mac (so far so good).
I get the install button
I click on it and I gt the "install i-bridge" Install/cancel messagebox, I click install.
Then I get nothing. as per the video, I click the home button,but there is icon for my new app.

What am I missing?
 

nobbi59

Active Member
Licensed User
Longtime User
Have you installed the B4i Certificate on the Emulator?

Never worked with the Emulator but the missing certificate caused the same problem on my real iphone
 
Upvote 0

JanPRO

Well-Known Member
Licensed User
Longtime User
Hi,
I am running the hosted version of b4i
On my network is a mac with xcode and the simulator
Just a small note: If you have a local mac, you don't need a hosted builder.

Concerning your question:
If you want to run your App on the Simulator you need to start the local mac builder on your mac and set the ip of the builder in the settings of the B4i IDE (Tools --> Build Server --> Server settings).
Now in the B4i IDE under Tools --> Device IP Adress select the simulator, the simulator will open automatically on your mac. You don't need to installl the B4i Bridge in order to run your App on simulator ;)

Have you installed the B4i Certificate on the Emulator?
When running an App on simulator, you don't need to set any certificates.

Jan
 
Upvote 0
Top