mwaterfall / MWPhotoBrowser

A simple iOS photo and video browser with grid view, captions and selections.
MIT License
8.75k stars 2.72k forks source link

Set User Header Search Path to "../**" led other header files of my project to be not found #356

Open marcustoy opened 9 years ago

marcustoy commented 9 years ago

Hi,

I set the User Header Search Path to "../**" as taught and it did clear out the error message of "MWPhotoBrowser.h" not found. However, it led to the error where some of my other header files are missing, e.g. (SideBarMenuAPI is one of my project's header files):

ARC Semantic Issue: No visible @interface for 'SideBarMenuAPI' declares the selector 'setUpChildViewWithChildVC:'

Need help!

Priyatham51 commented 9 years ago

add $(inherited) to your Header SearchPath. .

image

marcustoy commented 9 years ago

The $(inherited) is already set in my Header SearchPath. Still to no avail.