Hi My app storyboard works and I can link the custom class of my MainProject Storyboard to Static Library ViewController but my problem is when i try to use #import from my MainProject to locate for header files, my header files in my Static library doesn't show up.
here's my project settings(SecondSample is my Static Library)
My MainProject header search path
My Static Library build setting
I hope someone can help me with my issue. Thanks in advance :)
EDIT: I didn't copy my static library to my MainProject folder... I've just add a reference to it.