无法将 UIDatePicker 添加到 xib,而不生成内部错误
我正在使用 xCode 4.0.2 并尝试使用包含 UIDatePicker 的 xib 创建视图控制器。每当我尝试将 UIDatePicker 对象拖动到 xib 中的视图时,我都会收到内部错误警报。这是一个通用应用程序,我正在使用针对 iPhone 的 xib。
有其他人经历过这种情况或对如何解决此问题有任何建议吗?
现在我将通过将 UIDatePicker 添加到代码中的视图来解决这个问题。
另外,当我单击警报中的崩溃按钮时,我没有收到崩溃报告器。崩溃报告器不是应该自动出现吗?如果这是一个错误,我该如何报告它?
谢谢,
约翰
I am using xCode 4.0.2 and trying to create a view controller with an xib that contains a UIDatePicker. Whenever I try to drag a UIDatePicker object to the view in the xib I get an Internal Error alert. This is a universal app and I am using an xib targeted for the iPhone.
Has anyone else experienced this or have any suggestions on how to work around this problem?
For now I am going to work around it by adding the UIDatePicker to the view in code.
Also, when I click the Crash button in the alert I am not getting the Crash Reporter. Isn't the Crash Reporter supposed to come up automatically? If this is a bug, how can I otherwise report it?
Thanks,
John
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你使用 Xcode UI 并且它崩溃了,假设你没有任何巨大的环境问题,没有磁盘空间......等等,这是一个错误;您应该将其报告给:
bugreport.apple.com
if you are using the Xcode UI and it crashes, assuming you don't have any huge environmental problems, no disk space... etc, that is a bug; and you should report it to:
bugreport.apple.com