gpt4 book ai didi

ios - 从其他 View 推送 View Controller 时使用未声明的标识符 FirstViewController

转载 作者:行者123 更新时间:2023-12-01 16:43:41 26 4
gpt4 key购买 nike

我要推ViewController调用FirstViewController从其他观点来看,我做了:

#import "FirstViewController.h"
FirstViewController *First = [[FirstViewController alloc]initWithNibName:nil bundle:nil];
[self.navigationController pushViewController:First animated:YES];

但我总是收到此错误:Use of undeclared Identifier FirstViewController.我对同一个应用程序中的其他 View 使用了相同的代码,一切都很好,我不知道为什么它不适用于 FirstViewController .

我该如何解决这个问题?

最佳答案

这可能是因为编译源中不存在 First ViewController 文件。
解决方案是
转到构建阶段-> 编译源-> 如果缺少文件,请添加文件。

关于ios - 从其他 View 推送 View Controller 时使用未声明的标识符 FirstViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21958855/

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