kisoft Well-Known Member Licensed User Longtime User Oct 7, 2019 #1 When I add iUI8 (1.61) to a project, I cannot compile a project. This error occurs: B4X: Error: ** BUILD FAILED ** The following build commands failed: CompileC /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/b4i_widok.o /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_widok.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure)
When I add iUI8 (1.61) to a project, I cannot compile a project. This error occurs: B4X: Error: ** BUILD FAILED ** The following build commands failed: CompileC /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/b4i_widok.o /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_widok.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure)
ThePuiu Active Member Licensed User Longtime User Oct 7, 2019 #2 try to change User_id from Build Server ->Server Settings (if use a local Mac) ... it works for me. Upvote 0
kisoft Well-Known Member Licensed User Longtime User Oct 7, 2019 #3 I'm using the remote compiler. Upvote 0
Brandsum Well-Known Member Licensed User Oct 7, 2019 #4 What is the #MinVersion of your project? Upvote 0
Brandsum Well-Known Member Licensed User Oct 7, 2019 #6 kisoft said: 8 Click to expand... Then it should work. Check if you have any errors in your code or layout file. Upvote 0
kisoft said: 8 Click to expand... Then it should work. Check if you have any errors in your code or layout file.
kisoft Well-Known Member Licensed User Longtime User Oct 7, 2019 #7 I don't have any bugs, just add the iU8I library to the project and I can't compile anymore Upvote 0
kisoft Well-Known Member Licensed User Longtime User Oct 7, 2019 #9 No. It's too big a project. I will do a small test project. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 8, 2019 #10 Please upload the full error message as a text file. Upvote 0
kisoft Well-Known Member Licensed User Longtime User Oct 8, 2019 #11 Here's the file. Attachments error2.txt 111.7 KB · Views: 196 Upvote 0
Brandsum Well-Known Member Licensed User Oct 8, 2019 #12 Don't use iTableView along with iUI8. Use iUI8 only. Check this https://www.b4x.com/android/forum/threads/itableview-fast-scroll.93601/#post-592377 Upvote 0
Don't use iTableView along with iUI8. Use iUI8 only. Check this https://www.b4x.com/android/forum/threads/itableview-fast-scroll.93601/#post-592377
kisoft Well-Known Member Licensed User Longtime User Oct 8, 2019 #13 @Brandsum, Thank you very much for your help. This is it, now the project is compiled correctly. Upvote 0