I have added MWPHotoBrowse to my project by insalling the pod gem, creating the podfile in the project, and then running pod install (with no error, and it said it installed MWPhotoBrowser)
My podfile looks like this:
platform :ios, '7.0'
target 'Groupiq' do
pod "MWPhotoBrowser"
end
target 'GroupiqTests' do
end
And yet every time I build I get this error:
Photos/Photos.h file not found in MWPhoto.
Any idea how I can fix this?
EDIT: I just removed my pods installation, and just added the library manually, getting the exact same error.