0

我用它做的最后一件事是添加一个复选框并使用助手视图创建一个插座。从那以后Xcode没有编译我的项目,给我这个错误,我不知道该怎么处理它......文件

4

1 回答 1

0

Do a complete clean and rebuild of the project.

Also, does your console log indicate any potential problems?

If that does not work and you have a backup, copy your backup to a new location and see whether you have the same problem.

If none of the above worked, then you just have to copy the xib and associated .m and .h somewhere, delete them from the project. Then re-add them. You can copy and paste the .m and .h but you need to remake the xib from the start then link all the outlets and actions.

于 2013-05-20T05:53:16.257 回答