iOS Question B4I 2.0 does not support XCODE 7.0(7A218)?

little3399

Active Member
Licensed User
Longtime User
Hi, all

I just upgrde XCODE 6.4 TO XCODE 7.0(7A218) ... and compile the B4I project , it seem not support ...
and if I using XCODE 6.4 to compile , It work fine ...

upload_2015-9-14_13-58-15.png

upload_2015-9-14_13-58-57.png

upload_2015-9-14_13-59-45.png
 

AHilton

Active Member
Licensed User
Longtime User
I do know that XCode 7.0 beta 6 (7A192o) and B4i 2.00 works. But, I've not upgraded to the full V 7.0 you have. This was a clean install of the beta and not an upgrade. I also remember having a problem building at first, too, but I don't think it was the same error you have shown and I don't remember exactly what settings I had to change in XCode to get it resolved. I'll try to remember.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
In order to use B4i v2.00 with Xcode 7 you need to:
1. Close the IDE.
2. Download the attached zip file.
3. Unzip it and copy project.pbxproj.template to B4i installation folder (overwrite the previous file).

Note that the simulator will not start automatically. You can start it with this terminal command:
B4X:
open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app

Both of these issues will be fixed in the next update.
 

Attachments

  • project.pbxproj.zip
    2.7 KB · Views: 475
Upvote 0
Top