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!