Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 MKMapView 创建一个界面。但是,我一直收到这些错误消息,并且我认为我已经正确链接了框架。在ContactViewController类头文件的开头,我#import <MapKit/MapKit.h>。
我相信我已经正确链接了框架,所以我的项目,如下所示。我错过了什么吗?为什么这不起作用?
感谢你的帮助!R
我有这个完全相同的问题,你有权像你一样链接它,但是你还必须在你的文件中包含框架。
#import 使用尖括号 < > 和引号“”
希望这可以帮助,
比安卡