iOS Question iSocketIOClient compiling issue (hosted builder)

Claude Obiri Amadu

Member
Licensed User
Longtime User
When ever I compile with the iSocketIOClient library (in debug and realease) I get this error but without itI can compile successfully
I get same errors with the example https://www.b4x.com/android/forum/t...et-with-own-turn-relay-server.128108/#content

B4X:
        isocketioclient
In file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_xuiviewsutils.m:2:
In file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_xuiviewsutils.h:17:
/Users/administrator/Documents/Libs/iSocketIOClient.h:3:12: note: 'isocketioclient' declared here
@interface isocketioclient : B4IClass
           ^
In file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_xuiviewsutils.m:5:
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_callclass.h:258:22: error: unknown type name 'iSocketIOClient'; did you mean 'isocketioclient'?
@property (nonatomic)iSocketIOClient* _socket;
                     ^~~~~~~~~~~~~~~
                     isocketioclient
In file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_xuiviewsutils.m:2:
In file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_xuiviewsutils.h:17:
/Users/administrator/Documents/Libs/iSocketIOClient.h:3:12: note: 'isocketioclient' declared here
@interface isocketioclient : B4IClass
           ^

I checked if the library is on the hosted builder and it is

1734615298181.png

App is currently live without the use of the Library 'cause I couldn't figure out how to make it work
1734615429113.png


Can anyone please help me with this
 
Top