I have received a project from a client that I need to compile, but when I run it gives error Application windows are expected to have a root view controller at the end of application launch and EXC_BAD_Access (code=2, address=0x0)
as far as I know this is due to application:didFinishLaunchWithOptions: in the AppDelegate, but the problem with my project is that there is no AppDelegate file.
EDIT:
I tried to run the project on Xcode 4.5.1 now it is giving the error address doesn't contain a section that points to a section in a object file.

EXC_BAD_ACCESS") is a true crash from somewhere else in your code. – Michael Dautermann Nov 21 '12 at 7:44EXE_BAD_ACCESSis due to the reason that application didn't find the root view controller. – Ankur Nov 21 '12 at 8:03EXC_BAD_ACCESScrash and it should show a backtrace of where the crash actually happened. – Michael Dautermann Nov 21 '12 at 8:03