iOS Question Compiler issue

John Sturt

Active Member
Licensed User
Longtime User
Hello
I get the following error when trying to compile a game

The text is over the permitted length for a post so i have attached a text file of the compiler error.

Any help?
 

Attachments

  • text.txt
    73 KB · Views: 154

Erel

B4X founder
Staff member
Licensed User
Longtime User
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 :mad:]]) {

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.
 
Upvote 0

John Sturt

Active Member
Licensed User
Longtime User
Thank you Erel after some time i could not find the error
and have reverted to an old version.
Give up and carry on seems to be the mottto. *Smile
 
Upvote 0

Similar Threads

Top