Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set path for 'Header Search path' when adding 3rd party library to iPhone app

I want to add a 3rd party library Speech-To-Textto my Xcode project. I just drag xcodeproj file in my iPhone project.Then I did follow steps like Target Dependencies,Link Binary with libraries and set Header Search path. But I confused in how to set Header search Path properly.Then I import #import SpeechToTextModule.h' that time i got error like SpeechToTextModule.h file not found.Please help me.

Thanks in advance!!!

like image 394
IKKA Avatar asked Mar 04 '13 05:03

IKKA


1 Answers

enter image description here

Following are the steps to add header search path for external 3rd party libraries :

  1. Select build settings of project
  2. Select Header Search Paths property from settings
  3. Add header directory, dont forget last /and surrounding quotes
like image 89
Vinay Bagale Avatar answered Sep 23 '22 19:09

Vinay Bagale