Hello. I try to create simple Android/iOS app with TableView. For Android it works fine, but when I try to launch iOS AndroidStudio returns error:
org.moe.natj.objc.ObjCException: -[MyViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x7f…
What I do wrong?