我正在尝试使用基于视图的应用程序模板在xcode 4中创建一个多视图iOS(4.3)应用程序,但到目前为止还没有运气.一切都建立但随后崩溃没有错误,我在"int retVal = UIApplicationMain(argc,argv,nil,nil)"行中获得SIGABRT消息; 在支持文件 - > main.m中
我的应用程序和xcode中的普通(基于视图的应用程序)模板都发生了同样的事情.
任何想法可能是什么问题?
这是日志:
GNU gdb 6.3.50-20050815 (Apple version gdb-1518) (Sat Feb 12 02:52:12 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as …Run Code Online (Sandbox Code Playgroud)