iPhone simulators crash on app launch

前端 未结 7 829
轮回少年
轮回少年 2021-01-03 06:19

I\'m having some issues with the iPhone simulators after upgrading to Lion and XCode 4.1. When I launch the simulator for 4.0, 4.1 or 4.2 (which I restored from Time Machine

7条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-03 07:03

    Kyle. I have been having a hugely similar problem. For the last few days my app crashes on the simulator but works fine on the device. I have been lazy and just testing on the device.

    But when I get home tonight, I will try out some things and see if I can resolve it. For me the crash does not happen right upon launch. It happens when I type in the second character in a textField. Nothing bad happens on the first letter. Only on the second.

    The crash occurs in one of two places. One is just the same as in yours - in Main. The second is in one of the textfield's callbacks. It randomly alternates. There is no stack trace in the debug window. Because I dont have the computer in front of me, I cannot remember all the details.

    One thing we have in common is that I have lion. I am using xcode 4.2

    Do you know if the bounty can be extended for a day or two?

提交回复
热议问题