This is the relevant error message:
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.m
:
8829
:
44
:
error: unexpected '@' in program
switch ([self.bi switchObjectToInt:_value
]]) {
You can look in the Objects\src\B4iProject folder and open b4i_main.m and find line 8829. It will help you understand where it happens in your code.