iOS Question Primary build server acting up

OliverA

Expert
Licensed User
Longtime User
I tried to compile a modified sample of @Star-Dust's xHttpServer sample code (https://www.b4x.com/android/forum/threads/b4x-xhttpserver-beta.129190/#content) on the primary hosted builder. First I got a "b4i_b4xpagesdelegator.m not found" message (paraphrased). Then I cleaned the project and tried again, and now I'm constantly greeted with
B4i Version: 7.20
Parsing code. (0.05s)
Building folders structure. (0.02s)
Running custom action. (0.08s)
Compiling code. (0.04s)
Compiling layouts code. (0.00s)
Building Xcode project. (0.19s)

icon-store-1024.png is missing from Files\Special. Using default icon.
Preparing project for builder. (0.09s)
Project size: 0.27 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild clean

note: Using new build system
error: Could not delete `/Users/erel/Documents/UploadedProjects/<user id>/build` because it was not created by the build system.


Error: ** CLEAN FAILED **
Note: I have no issues with the secondary build server
 
Top