iOS Question Problem with ExpandableTableView

pixsys

Member
Licensed User
Longtime User
Hello, after updating b4i i can't seem to get any project including ExpandableTableView to work.

Running the example posted in the thread i get:
B4X:
....

ld: warning: ignoring file ../../Libs/libiTableView.a, missing required architecture x86_64 in file ../../Libs/libiTableView.a (3 slices)
Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_B4ITableCell", referenced from:
      objc-class-ref in b4i_expandabletableview.o
  "_OBJC_CLASS_$_B4ITableView", referenced from:
      objc-class-ref in b4i_expandabletableview.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)


Error: ** BUILD FAILED **


The following build commands failed:
    Ld Payload/B4i\ Example.app/B4i\ Example normal x86_64
(1 failure)

I'm using b4i and buildserver v4.4, in debug mode. Xcode 8.1 on OSX el captain.

Used to run fine just a few months ago. Didnt update anything on the mac side, other then the buildserver and related libs folder
 
Top