我从客户那里收到了一个需要编译的项目,但是当我运行它时会出现错误Application windows are expected to have a root view controller at the end of application launch
并且EXC_BAD_Access (code=2, address=0x0)
据我所知,这是由于application:didFinishLaunchWithOptions:
在 中AppDelegate
,但我的项目的问题是没有AppDelegate
文件。
编辑:
我试图在 Xcode 4.5.1 上运行该项目,现在它给出了错误address doesn't contain a section that points to a section in a object file.