iOS Question Sending data to remote compiler what is the problem

ihabsharaf

Member
Licensed User
Longtime User
B4i version: 3.01
Parsing code. (0.00s)
Compiling code. (0.77s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.94s)
Building Xcode project (0.04s)
Sending data to remote compiler. Error
The directory name is invalid.



and after change to use host builder i get thes error



B4i version: 3.01
Parsing code. (0.00s)
Compiling code. (0.07s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.91s)
Building Xcode project (0.04s)
Sending data to remote compiler. Error
Error retrieving token: Communication error: Invalid user id
 

tufanv

Expert
Licensed User
Longtime User
That means your user id is not correct as it says in the error. check tools / build server / server settings and if it is correct than probably it is expired or stg.. you must contact [email protected]
B4i version: 3.01
Parsing code. (0.00s)
Compiling code. (0.77s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.94s)
Building Xcode project (0.04s)
Sending data to remote compiler. Error
The directory name is invalid.



and after change to use host builder i get thes error



B4i version: 3.01
Parsing code. (0.00s)
Compiling code. (0.07s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.91s)
Building Xcode project (0.04s)
Sending data to remote compiler. Error
Error retrieving token: Communication error: Invalid user id
 
Upvote 0
Top