iOS Question Local Mac Builder issue

hanyelmehy

Well-Known Member
Licensed User
Longtime User
when run Local Mac Builder with
no files show in h files and
Screenshot 2026-02-14 162343.png

a files

and when to try to use get lot of error: There is no XCFramework found at
its seem cant see lib files
 

hanyelmehy

Well-Known Member
Licensed User
Longtime User
The test page list of libraries wasn't updated with the changed of the new builder, so ignore it.

Please upload the full compilation output as a text file.
thank you for your responce ,i solve it ,it was issue in lib folder using
B4X:
tell application "Terminal"
    -- Change directory to the Build Server folder, then run Java
    do script "cd ~/Documents/B4iBuildServer && ~/Documents/jdk-19.0.1.jdk/Contents/Home/bin/java -jar B4iBuildServer.jar"
    delay 1
    set miniaturized of front window to true
end tell
solve the issue
 
Upvote 0
Top