I'm trying to add some frameworks from qt to my xcode project, but xcode can not find framework header files, say <QtCore/QCoreApllication>
.
I have added the path of frameworks' folder path to project setting's Framework Search Path
and Library Search Path
. I have added my frameworks to project setting's Link Binary WithLibraries
So what else should I do?