iOS Question IDE for Mac?

Facilauto Juan

Member
Licensed User
Longtime User
Hello there!

I have a Mac and I wonder if the B4i IDE works in Mac, or if it's only for windows.

Thanks for the answers.
 

wineos

Member
Licensed User
Longtime User
Hi Facilauto,

As I know, B4i IDE can work only on Windows, but you can use your Mac as a local host, and install B4i-Bridge and connect with a iOS 7 or above device for developing and testing.
 
Upvote 0

Facilauto Juan

Member
Licensed User
Longtime User
So, if the IDE is windows only... how can I compile the app in my mac? I don't get why a mac is a requirement if the IDE is for windows...
 
Upvote 0

Eric Baker

Member
Licensed User
Longtime User
A mac is required in the build chain, because only a mac can run Xcode. The IDE sends your code to a mac over the network to be compiled by Xcode. If you don't have a mac, you can use a remote "hosted builder" for a small fee. If you do own a mac, you can build locally.

I have a mac and run the IDE in a windows VirtualBox. I rarely ever have to touch the mac side of things to build apps, as the local builder software operates as a server.
 
Upvote 0
Top