gpt4 book ai didi

xcode - AppDelegate.h错误突然出现

转载 作者:行者123 更新时间:2023-12-02 10:42:16 27 4
gpt4 key购买 nike

我没有整天都碰过AppDelegate.h文件,突然我收到3个错误...

//  AppDelegate.h

#import <UIKit/UIKit.h> //!Expected selector for Objective-C method
//!Expected method body

@class ViewController;

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@property (strong, nonatomic) ViewController *viewController; //!Unknown type name "ViewController" did you mean "UIViewController?

@end

我将上述代码中的错误作为注释。

我看到过去其他人也有类似的错误,但是我看不到在我的情况下能够胜任的答案。

我的根UIViewController名为ViewController。我做了什么使这些错误突然出现?我今天要做的就是添加一个新的ViewControler和xib以在UIPopoverController中使用。我刚刚使 pop 窗口正常工作,并且这种情况开始发生。

约翰

最佳答案

您在#import头文件的源文件行中引入了语法错误。

关于xcode - AppDelegate.h错误突然出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15183173/

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