It is a very basic question, But i did not find solution...
I am trying to import a .h file from the integrated project in to my project. It says SpeechToTextModule.h file not found
I go through these links..
Xcode 4.2 how include one project into another one?
What is Header Search Path in Xcode 4.3? How to use it?
My project Architecture:
I am trying to import the "SpeechToTextModule.h" in "ViewController.h"
see the above image once .. i selected speechToText.xcodeproj then "show in Finder" then "Get Info" i got following path
/Users/stellent/Documents/Sppech2Text/Speech2ooText/3rd Party
i placed the above path in Header Search Paths
is this correct?
I set my header search paths in both Projects and Targets also, and i tried in both recursive and non-recursive
i given all these links like below image
This is my project structure: