iOS Question Build Server Error Compiling

lucasheer

Active Member
Licensed User
Longtime User
Hello! I'm using the B4i hosted build server, and I'm getting the following build error:

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/armv7/LS_resetpasswordpage.o /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/LS_resetpasswordpage.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

This is for build and release. I've also tried cleaning my app, and reinstalling it. Anyone know what might cause this?
 

lucasheer

Active Member
Licensed User
Longtime User
I wish I could delete my post after I solve the issue.. :( I was reading my post, and draw a reference to one of my layout files "
LS_resetpasswordpage.m". I opened it up, and fixed what was wrong.

I accidentally pressed on my keyboard making "txtEmailPR.Top = 3%xo" instead of "txtEmailPR.Top = 3%x".

I'm sorry about that!

Thank you!

Edit: I wish B4X had a slack channel or something. That would be so nice
 
Upvote 0
Top