App stuck in splash screen on iOS 9 with no error

前端 未结 4 533
没有蜡笔的小新
没有蜡笔的小新 2021-01-23 01:26

My app gets stuck on splash screen in iOS 9 both on iPhone and simulator. I can run it on iOS 8 or lower on device and simulator with no problem. My colleague working on the sam

4条回答
  •  轮回少年
    2021-01-23 01:51

    Ok, I think I found the answer.

    You have to specify arm64 in all "Valid Architectures". If you don't specify arm64 or forget one the app won't start and stays on the splashscreen.

    Just verified this.

    Is this an Xcode 7 bug?

提交回复
热议问题