我在 iOS 中有一个现成的项目,其中包括各种框架,如:、、、等MapKit
。当我尝试运行该项目时,出现错误:SDWebImage
CoreLocation
Lexical or preprocessor issue: CoreLocation/CoreLocation.h not found
但CoreLocation/CoreLocation.h
存在。我删除并再次添加了mapkit
和corelocation
框架。我仍然得到同样的错误。我还清理并构建了项目-同样的错误。我什至删除了工作区并通过引用此链接重新打开它:Compile, Build or Archive questions with Xcode 4 (and dependencies)
还是同样的错误。
我该如何解决这个问题?欢迎任何解决方案。