iOS Question Hosted Builder Timeout

GeoffT660

Active Member
Licensed User
Longtime User
Everything was working fine with my ios development but now I am receiving the error:
B4X:
Building Xcode project.    (0.08s)
    C++ libraries found
Preparing project for builder.    (0.49s)
    Project size: 1.66 MB
Sending data to remote compiler.    Error
Communication error: Timeout

Previous posts suggest setting the process timeout to 500 but this only produces the following error:

B4X:
reparing project for builder.    (0.66s)
    Project size: 1.66 MB
Sending data to remote compiler.    Error
Out: Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild clean

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Please let me know how to fix this error so I can continue my development. Thanks!
 

Alexander Stolte

Expert
Licensed User
Longtime User
If the first hosted builder does not work, try the seocond builder:
1716996520008.png
 
Upvote 0
Top