iOS Question ItableView and IOS simulator

marcick

Well-Known Member
Licensed User
Longtime User
It's a long time I don't use the simulator, but it was working fine.
Now I see there is a compile error that seems to be related to ItableView

B4X:
Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_B4ITableView", referenced from:
      objc-class-ref in b4i_loclistmodule.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Is it a known problem or do I have something wrong in my app ?
The library version is 1.21
 
Top