my Xcode version is 7.3 and Mac Version is 10.11.4
I use pod setup and pod install get a new .xcworkspace file,and I open this file too.
but I still can't use #import " " or #import < > import some header files in Pods(I can see this header files in pod project) Xcode tell me not found this files.
thanks!