iOS Question Have to change userid continously on local builder

tufanv

Expert
Licensed User
Longtime User
Hello

I am using xcode 11 and a local mac with b4i builder5.5.

If I get an error during compilation, I can't compile again even if I correct the error that causes unsuccessful compilation. I get weird errors like : designer.h not found or something.h not found altough they are there. If I change the user id under build server settings I dont get any error until next time, and if i do stg wrong again and get an error I have to change the user id again. What may be the problem here ?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
The correct solution is to fix the builder. However I wasn't yet able to find what causes it.

Can you download Xcode 10 (keep 11 as well) and test whether this issue is specific to Xcode 11? You need to stop the build server and use xcode-select to set the default xcode: https://www.b4x.com/android/forum/threads/mac-builder-error.83287/#post-527827

When the builder server starts it logs the selected Xcode. Make sure that it is set to the correct one.
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
The correct solution is to fix the builder. However I wasn't yet able to find what causes it.

Can you download Xcode 10 (keep 11 as well) and test whether this issue is specific to Xcode 11? You need to stop the build server and use xcode-select to set the default xcode: https://www.b4x.com/android/forum/threads/mac-builder-error.83287/#post-527827

When the builder server starts it logs the selected Xcode. Make sure that it is set to the correct one.
Before you answered today, yesterday I have deleted xcode 11 and installed xcode 10.2 again, tried the same thing, I got an error while compiling but when I fixed the issue , this time I didn't need to change the userid.
 
Upvote 0
Top