Hi,
I'm trying to use this library with Xcode 9 and swift 4 and I have this error when i'l building:
Use of undeclared type 'ViewController'
I'm using cocoa pods and use 4.0.0 version:
Installing R.swift 4.0.0
Thank you.
One of your storyboards or xibs probably has a Custom Class set to "ViewController".
If your change or remove this custom class, the compile error should go away.
Closing this question due to inactivity.
Feel free to reply if you do have further comments.
One of your storyboards or xibs probably has a Custom Class set to "ViewController".
If your change or remove this custom class, the compile error should go away.
Solution for Swift 4+
Change the ViewController to UIViewController
Most helpful comment
Solution for Swift 4+
Change the
ViewControllertoUIViewController