2

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)

enter image description here

My MainProject header search path

enter image description here

My Static Library build setting

enter image description here

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.

Ron Pelayo
  • 655
  • 2
  • 7
  • 22
  • Unlike framework, with static lib you need to have the header as well. – user523234 Aug 15 '14 at 03:35
  • My static library has header.. and I can use it via Storyboard of my mainApp but when I call the header of my staticLibrary from my mainapp it doesnt recognize it – Ron Pelayo Aug 15 '14 at 06:25
  • I have had to use a path rather than just the header file name with static libs in XCode. YMMV. – stevesliva Aug 15 '14 at 17:10

0 Answers0