iOS Question Remote Compiler: Error: ** BUILD FAILED **

fbritop

Active Member
Licensed User
Longtime User
I made some updates to my App today regarding FloatedEditText. It was ported ok in Android, then I moved to iOS. There is a CompileC error on the remote compiler. I have narrow it to XUI Views (v2.01). If I remove this library, it works fine, but it throws the attached file errors in the debug window when the library is included.

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

These are my actual libraries:
upload_2019-4-26_13-57-16.png
 

Attachments

  • log.txt
    142.8 KB · Views: 200
Top