默认屏幕加载后应用程序崩溃。但仅限于4.0
我是一个正在开发我的第一个应用程序的新手。我已经成功构建了一个应用程序,需要在 3.1.3 中进行一些小的更改。我可以在此版本中将应用程序上传到 Apple 还是需要将其移植到 4.0。因为当我将其移植到 4 sdk 时,它在启动后立即崩溃。这是一个带有动画的简单的疯狂库类型的应用程序。我一直在研究代码,看看这两个 sdk 之间有什么不同,但我什么也没看到。我将代码从3.1.3复制到4。你认为这就是问题所在吗?我这样做是为了节省重新输入的时间。请帮忙。
I am a newbie working on my first app. I have successfully built an app that needs a few minor changes in 3.1.3. Can I upload the app to Apple in this build or do I need to port it over to 4.0. Because when I port it over to the 4 sdk, it crashes right after launch. It's a simple mad libs type of app with animations. I have been pouring over the code to see what is different between the two sdks and I see nothing. I copied the code from 3.1.3 to 4. do you think that is the problem. I did this to save time in retyping it. Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您现在需要使用4.0 SDK提交。
当应用程序崩溃时,它要么在日志中留下回溯(打开 XCode 日志窗口),要么您可以附加调试器并查看崩溃点。
You need to submit with the 4.0 SDK now.
When an application crashes, it either leaves a traceback in the log (open the XCode log window), or you can attach the debugger and see the crash point.