应用程序在 iPhone 模拟器中无法正常工作,现在早些时候它可以正常工作
我有一个应用程序,我曾经在单击按钮时在表视图上显示数据,它工作正常并且没有任何问题,我曾经从 sqlite3 中获取数据。我安装了phonegap,后来运行这个程序,该应用程序正在运行,但单击按钮时它没有在桌面视图上显示任何内容,但是当我在另一台Mac上运行相同的应用程序时,它运行正常,我也卸载了并检查了phonegap,但它无法正常工作。这是什么问题,如何克服。
提前致谢。
I have an application where i used to display the data on table view on the click of the button, it was working properly and there was no issue or problem,I used to fetch the data from the sqlite3. I installed the phonegap and later I run this program, the app is running but on the click of the button it is not showing anything on the tableview, but when i run the same app in another mac, it is running correctly, I also uninstalled the phonegap and checked, but it is not working properly. What is the problem, how to overcome this.
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
卸载 Xcode 并重新安装。
要卸载 Xcode,请使用
sudo/Library/uninstall-devtools --mode=all
Uninstall Xcode and Re Install it.
To uninstall Xcode use
sudo <Xcode>/Library/uninstall-devtools --mode=all
尝试关闭 Xcode 和模拟器。还要从模拟器中删除您的应用程序并检查。
这在一些类似的情况下对我有所帮助。
Try closing your Xcode and simulator. Also remove your app from the simulator and check.
This helped me in some similar situations.