iOS Question Compile Error

Kevin Hartin

Active Member
Licensed User
Longtime User
I am in the final stages of tweaking my iPhone app and have been happily testing changes in debug, then release and finally uploading builds to testflight.

Today, I made a couple of minor UI changes (not to any Custom List Views though) and now get the following error on compile;

Any ideas will be much appreciated,

Kev

error:
B4i Version: 7.80
Parsing code.    (0.22s)
Building folders structure.    (0.05s)
Compiling code.    (0.43s)
Compiling layouts code.    (0.01s)
Compiling debugger engine code.    (0.03s)
Building Xcode project.    (0.12s)
Preparing project for builder.    (0.18s)
    Project size: 0.91 MB
Sending data to remote compiler.    Error
B4i line: 45
CustomListView1.sv.ScrollViewContentHeight = Cus
'b4i_customlistview' does not have a member named '__sv'

##### ABOUT 700 Lines removed for readability.  Full error attached #####


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_scrollinglabel.o /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_scrollinglabel.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/b4i_root.o /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_root.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)
 

Attachments

  • error.txt
    89.3 KB · Views: 261

Kevin Hartin

Active Member
Licensed User
Longtime User
You are using the deprecated iCustomListView library. You should remove it and use xCustomListView instead.
Thank you Erel, for this and all your assistance throughout 2021. I wish a safe and prosperous 2022 to all B4X'ers
 
Upvote 0
Top