I have a very simple subclass of UITextView that adds the "Placeholder" functionality that you can find native to the Text Field object. Here is my code for the su
I was just missing this line of code
platform :ios, '7.0'
and problem was solved. Just this line in your pod file and update your pod issue will be resolved.