gpt4 book ai didi

iphone - 未知的预期标识符

转载 作者:行者123 更新时间:2023-11-28 17:45:02 25 4
gpt4 key购买 nike

我接手了一个项目,对cocotouch还比较陌生。我正在查看代码试图理解事物。我不认为我改变了任何东西,但是当我去运行时它出现了三个构建错误(它在几分钟前运行没有问题)。后两个似乎与第一个相关:

#import <UIKit/UIKit.h>

@protocol MapViewDelegate; //Expected identifier or '(' before 'protocol'

@interface MapView : TTImageView
{
id<MapViewDelegate> mv_delegate; //Cannot find protocol declaration for 'MapViewDelegate'
}

@property (assign) id<MapViewDelegate> mv_delegate; //Cannot find protocol declaration for 'MapViewDelegate'

@end

@protocol MapViewDelegate <NSObject>

- (void)mapView:(MapView *)mv pressedAt:(CGPoint)point;
- (void)mapViewFinishedLoading:(MapView *)mv;

@end

我正在使用我刚刚切换到的 XCode4,但自切换后一直在工作。

这是怎么回事?

最佳答案

MapKit.framework 已经添加到项目中了吗?

关于iphone - 未知的预期标识符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6443362/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com