I am tring to integrate Three20 to my project. I followed the same instructions given in this page
Three20. But I am getting CANNOT FIND #import “Three20/Three20.h” issue.
Header Search path under Project info > Build i have set as ../three20/Build/Products/three20
Please suggest me what can be the problem in my header search path setting?
Thanks
Deepika
1 – Create your project (for example: SampleApp)
2 – Copy three20 folder into SampleApp folder
3 – Your directory structure will be as followed
|
|
|SampleApp
|—three20
|—SampleApp.xcodeproj
|—other files and folder
4 – In the command line, run this script at the SampleApp directory
python three20/src/scripts/ttmodule.py -p ./SampleApp.xcodeproj Three20
5 – DONE