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.