iOS Question Compilation Process

marcel

Active Member
Licensed User
Longtime User
How does the compilation process works:

1) Does B4I generate Objective C++ code, which you can transfer to iOS and compile with xCode?
2) Will the design files also working?
3) Where will the compiling take place?
4) Or is this an intermediate language what will compiled at runtime on the device?


Thanks for the great work so far, Erel!
 

netkomm

Active Member
Licensed User
Longtime User
1) B4I creates a project in ObjectiveC. Dig within the files in your app directory and the project will be there although some libraries are missing since are not released yet and therefore the projects won't compile on local MAC. (not sure how this will work out later on)

3) Currently the compilation process is done online. After the release you can opt to use a local MAC (if you own one) or rent one online.
 
Upvote 0
Top