iOS App runs on simulator but not device?

后端 未结 2 1556
离开以前
离开以前 2021-01-20 04:02

My application has no errors, warnings or memory leaks, runs flawlessly on the simulator, but black screens on my iPhone 4 running with iOS 5. The SIGABRT\'s h

2条回答
  •  無奈伤痛
    2021-01-20 04:31

    I think you have problem with case-sensitive. The iOS simulator isn't case-sensitive while the device is! I suggest if you work with some files or something like that, check your address and try again.

    I hope it be useful for you!

提交回复
热议问题