After updating b4i to 4.3, it's griping about the tableview and won't build. I'm using a local mac builder, and have confirmed it's running as 4.3 as well. You can start a brand new project and declare a TableView object and it'll buck. Any ideas?
I tried unchecking the iTableView library and checking the iUI8 library. Now it gives this error:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_WKWebView", referenced from:
objc-class-ref in libiUI8.a(B4IWKWebViewWrapper.o)
"_OBJC_CLASS_$_WKWebViewConfiguration", referenced from:
objc-class-ref in libiUI8.a(B4IWKWebViewWrapper.o)
ld: symbol(s) not found for architecture x86_64
After more research I added #MinVersion: 8.0 and now it's building again. I originally had the iTableView library checked and the iUI8 library unchecked. What's the difference in the two?