0

I've an iOS project, with cocoapods for external libraries management.
When I try to import an header file from that, instead of the right library, Xcode imports the file (with the same name) from another project/folder.
Furthermore the file is different.
If I want to reference to the right header I must write the absolute path

#import "Pods/CHCSVParser/CHCSVParser/CHCSVParser.h"

Why?

4

0 回答 0