Hy, I want to use the QuickDialog library but gives me error.
The step that I made:
- download it from github
- copy the directory into my project's directory
- add QuickDialog.xcodeproject
- my project --> Build Phrases: Target dipendencies: add QuickDialog link Binary : add libQuickDialog.a
- include in mi file Prefix.phc :#import
- my project --> Build Settings: Other linker flags: -ObjC User header search paths : "${PROJECT_DIR}/QuickDialog" and check the box always serach user path : YES
- run
But give me the error: QuickDialog/QuickDialog.h file not found
What is wrong???
Please help me!!