D deyan666 Member Licensed User Longtime User Jul 23, 2015 #1 i get this error all the time, and the compiler doesnt give me a ip to connect to on my iphone. I am using a PC by the way. UPDATE! now i set up my local mac builder server and i get this error Error: No devices are booted. Last edited: Jul 23, 2015
i get this error all the time, and the compiler doesnt give me a ip to connect to on my iphone. I am using a PC by the way. UPDATE! now i set up my local mac builder server and i get this error Error: No devices are booted.
E Erwin Andersen Member Licensed User Longtime User Dec 9, 2015 #3 How to solve "Error: No devices are booted" ?? deyan666 said: i get this error all the time, and the compiler doesnt give me a ip to connect to on my iphone. I am using a PC by the way. UPDATE! now i set up my local mac builder server and i get this error Error: No devices are booted. Click to expand... Upvote 0
How to solve "Error: No devices are booted" ?? deyan666 said: i get this error all the time, and the compiler doesnt give me a ip to connect to on my iphone. I am using a PC by the way. UPDATE! now i set up my local mac builder server and i get this error Error: No devices are booted. Click to expand...
Erel B4X founder Staff member Licensed User Longtime User Dec 9, 2015 #4 You are trying to run the app with the simulator, right? This message means that the simulator wasn't started. If you are using B4i v2.31 together with Xcode 7 then the simulator should start automatically. Upvote 0
You are trying to run the app with the simulator, right? This message means that the simulator wasn't started. If you are using B4i v2.31 together with Xcode 7 then the simulator should start automatically.
E Erwin Andersen Member Licensed User Longtime User Dec 9, 2015 #5 The simulator already running. But the error still the same. Erel said: You are trying to run the app with the simulator, right? This message means that the simulator wasn't started. If you are using B4i v2.31 together with Xcode 7 then the simulator should start automatically. Click to expand... Upvote 0
The simulator already running. But the error still the same. Erel said: You are trying to run the app with the simulator, right? This message means that the simulator wasn't started. If you are using B4i v2.31 together with Xcode 7 then the simulator should start automatically. Click to expand...
Erel B4X founder Staff member Licensed User Longtime User Dec 10, 2015 #6 It is probably because of the VM. What is the output of this command (in the terminal): B4X: xcrun simctl list | grep Boot It should return something like: iPhone 5s (E84C6A5B-C2BC-4C89-958F-F13F39893992) (Booted) Upvote 0
It is probably because of the VM. What is the output of this command (in the terminal): B4X: xcrun simctl list | grep Boot It should return something like: iPhone 5s (E84C6A5B-C2BC-4C89-958F-F13F39893992) (Booted)
E Erwin Andersen Member Licensed User Longtime User Dec 21, 2015 #7 Simulator already booted but there is a new error, always timeout. In B4i IDE, I set Process Timeout to 60 seconds. Upvote 0
Simulator already booted but there is a new error, always timeout. In B4i IDE, I set Process Timeout to 60 seconds.
Erel B4X founder Staff member Licensed User Longtime User Dec 21, 2015 #8 How long does it take until the timeout message appear? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 23, 2015 #10 You can try to increase the timeout. Though it looks like the VM is not working properly. I recommend you to either use a real Mac or use the hosted builders. Upvote 0
You can try to increase the timeout. Though it looks like the VM is not working properly. I recommend you to either use a real Mac or use the hosted builders.