objective c - Error while integrating Three20 to an iphone application -


I am trying to integrate the Three20 for my project. I followed the same instructions given in this page

But I'm getting #import "three20 / three20.h" issue

Under the project's information, the header search path> Build i .. is defined as .. / three 20 / build / product / 320

What could be the problem with article search path settings?

Thanks - Deepika

1 - Create your project (for example : SampleApp )
2 - Copy three 20 folders to SampleApp folder
3 - Followed as your directory structure Will be




SampleApp.xcodeproj
| - | - Other files and folders

4 - In the command line, this script is returned to the SampleApp directory

Python 320 / Source / script / ttmodule.py -p ./SampleApp.xcodeproj three 20

5 - Full


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -