简体   繁体   English

iPhone 4:Touches在模拟器上有效,但在设备上无效

[英]iPhone 4: Touches works on simulator but not on device

I'm developing a universal application, I actually tested in on: 我正在开发通用应用程序,实际上我在以下方面进行了测试:

  • iPad: Simulator OK - Device OK iPad:模拟器正常-设备正常
  • iPhone 3G: Simulator OK - Device OK iPhone 3G:模拟器正常-设备正常
  • iPhone 3GS: Simulator OK - Device OK iPhone 3GS:模拟器正常-设备正常
  • iPhone 4: Simulator OK - Device NOT working iPhone 4:模拟器正常- 设备无法正常工作

the application don't respond to any touch input, I tried to put some breakpoints into touchBegun,touchMoves,touchEnded, they are never called... any idea ? 该应用程序不响应任何触摸输入,我尝试在touchBegun,touchMoves,touchEnded中添加一些断点,但它们从未被调用过……有什么想法吗?

This issue simply disappeared this morning after a reboot... iOS instability ? 重新启动后,今天早上这个问题就消失了……iOS不稳定吗? nvm 虚拟机

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 适用于iPhone Simulator,但不适用于设备 - Works on iPhone Simulator but not on device 代码可在iPhone模拟器上运行,但不能在设备上运行 - Code works on iPhone simulator but not on the device 应用程序只能在iPhone设备上运行,而不能在模拟器上运行 - App works on iPhone device, but not on Simulator 在iPhone模拟器中工作正常,但在iPhone设备中锁定 - Works fine in iphone simulator but lockup in an iphone device iPhone HTTP服务器可在模拟器上运行,但不适用于iPhone设备 - iPhone HTTP server works on simulator but not on iPhone device Facebook登录可在iPhone模拟器上使用,但不能在iPhone设备上使用 - facebook login works on iphone simulator but not on iphone device 收听声音只能在iPhone模拟器上使用,而不能在设备上使用 - Listening to sounds works on the iPhone simulator but not on the device LAPACK 例程适用于 iPhone 模拟器,但不适用于设备 - LAPACK routine works on iPhone simulator, but not on device 应用在模拟器上崩溃。 适用于iPhone设备 - App crashes on simulator. Works on iphone device FBLoginView可在iPhone Simulator上使用,但不能在实际设备上使用 - FBLoginView works on iPhone Simulator, but not on actual device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM