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:'
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!