5

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!

2 Answers 2

8

Clean the project. Try building your project without the import statement to start. Then try building again with the import statement.

Sign up to request clarification or add additional context in comments.

Comments

3

I solved it for myself. You should to your project->build settings->User Header Search Paths and add ${SRCROOT} choose recursive. This is work for me.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.