IOS 错误:error: unknown type name 'UIImageView'

遇到下图错误:

In file included from /Users/admin/Desktop/自定义定位地图/自定义定位地图/GeoPointCompass.m:9:
/Users/admin/Desktop/自定义定位地图/自定义定位地图/GeoPointCompass.h:17:31: error: unknown type name 'UIImageView'
@property (nonatomic, retain) UIImageView *arrowImageView;
                              ^
/Users/admin/Desktop/自定义定位地图/自定义定位地图/GeoPointCompass.h:17:1: error: property with 'retain (or strong)' attribute must be of object type
@property (nonatomic, retain) UIImageView *arrowImageView;
^
/Users/admin/Desktop/自定义定位地图/自定义定位地图/GeoPointCompass.m:96:10: error: use of undeclared identifier 'UIView'
        [UIView animateWithDuration:1.0f animations:^{
         ^
3 errors generated.


原因:你报错的文件中没有#import <UIKit/UIKit.h>

加上#import <UIKit/UIKit.h>就可以了。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值