JTTableViewController is not working in Swift 4
Closed this issue · 2 comments
haroldogtf commented
I added the pod 'JTTableViewController' and performed pod install then the error appears:
Argument of '#selector' refers to instance method 'fetchResults()' that is not exposed to Objective-C
Add '@objc' to expose this instance method to Objective-C
johnvuko commented
Hi,
can you try to update to the version 2.1.1 (just released), I think the problem is fixed.
haroldogtf commented
With the update, I was able to build normally. Thanks!