Dears,
I have this case I am trying to make this Control work:
https://github.com/mikaoj/BSImagePicker
Its a image picker that needs to be installed using Cocoapods. I know its a newbie question.
But i downloaded the Installed cocoapods and then went to my example folder and ran the "pod install" and it was successfull:
"Pod installation complete! There is 1 dependency from the Podfile and 3 total pods installed."
So everything should be great. But when i open the project and try to run it, This error occurs:
"No such module 'BSImagePicker'"
I cant get how things work here. Is there is any further steps should i do after "pod install" I am new for cocoapods. Maybe something i missed.
Your support is appreciated
Thank you
use_frameworks!? If not then you will need to add the library to your bridging header instead.