解决方案 »

  1.   


    XCode 中菜单:View->Navigators->Show Breakpoint Navigator点击XCode 左下角的+号,Add Excception Breakpoint然后重新运行程序,,看看代码在哪里挂掉了。看看错误信息,分析下。PS:没有出错信息,能帮你的就这些。
      

  2.   

    我把滑动 滑到最后一个界面 设了个跳转按钮   model的跳转按钮 一按就异常
    2014-07-09 12:45:07.811 maoyan[653:c07] -[__NSCFString perform:]: unrecognized selector sent to instance 0x81b7080
    2014-07-09 12:45:07.825 maoyan[653:c07] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString perform:]: unrecognized selector sent to instance 0x81b7080'
    *** First throw call stack:
    (0x12ab012 0x10d0e7e 0x13364bd 0x129abbc 0x129a94e 0x10e4705 0x2412c0 0x241258 0x302021 0x30257f 0x3016e8 0x5051d3 0x1273afe 0x1273a3d 0x12517c2 0x1250f44 0x1250e1b 0x24b07e3 0x24b0668 0x23dffc 0x384d 0x1aa9725 0x1)
    libc++abi.dylib: terminate called throwing an exception
      

  3.   

    IOS 7不是有一个modal的 不用写代码 直接跳的?只要按一下 上面的代码是滑动