コンパイルする必要のあるプロジェクトをクライアントから受け取りましたが、実行するとエラーが発生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.