简体   繁体   English

切换到xcode 3.2.3和模拟器4.0时的问题

[英]Problems when switching to xcode 3.2.3 and simulator 4.0

Here is a list of problems I have after building my app with xcode 3.2.3 and running it on simulator 4.0. 这是使用xcode 3.2.3构建应用程序并在模拟器4.0上运行后遇到的问题列表。 Of course, all these issues did work with the previous environment. 当然,所有这些问题都确实适用于以前的环境。

  1. Location manager does not update location. 位置管理器不会更新位置。 It used to update with the location at Cupertino but now I get locationManager:didFailWithError: called with error 0. 它曾经使用Cupertino的位置进行更新,但是现在我得到locationManager:didFailWithError:调用,错误为0。

  2. I have a map view and the panning doesn't work. 我有一个地图视图,平移不起作用。 Moving the map around nor the pinching gesture. 移动地图或捏手势。

  3. When I click and hold on the map my app, sometimes, crashes and the Log says something about long touch. 当我单击并按住地图时,有时会崩溃,并且日志会显示一些关于长时间触摸的信息。

Thanks, Tzur. 谢谢,祖尔

The simulator no longer returns a faked location but tries to use your Mac's Airport to locate you. 模拟器不再返回伪造的位置,而是尝试使用Mac的Airport来定位您。 Do you have Airport activated? 你有激活机场吗?

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

相关问题 Xcode3.2.3,iPhone SDK 4.0和FlurryLib的构建和链接问题 - Building & Linking problems with Xcode3.2.3, iPhone SDK 4.0 and FlurryLib xCode 3.2.3和模拟器的使用率为50% - xCode 3.2.3 and simulator at 50 percent iPhone CoreLocation框架在带有Simulator 4.1的XCode SDK 3.2.4和带有Simulator 4.0.X的XCode SDK 3.2.3以及带有OS 4.1的iTouch设备上不起作用 - iPhone CoreLocation framework not working on XCode SDK 3.2.4 with Simulator 4.1 and XCode SDK 3.2.3 with Simulator 4.0.X and iTouch device with OS 4.1 升级到带操作系统4.0的XCode 3.2.3 Beta4后,未列出iPhone模拟器3.x. - iPhone Simulator 3.x not listed after upgrading to XCode 3.2.3 Beta4 with OS 4.0 iPhone SDK4.0和xcode 3.2.3问题 - iPhone SDK4.0 and xcode 3.2.3 issue iPhone-Xcode 3.2.3拒绝运行模拟器3.1.3 - iphone - Xcode 3.2.3 refusing to run simulator 3.1.3 当我在模拟器中找到主页时,为什么Xcode 3.2.3不会停止调试应用程序? - Why doesn't Xcode 3.2.3 stop debugging my application when I hit home in the Simulator? 静态库依赖项在Xcode 3.2.3的模拟器中编译,在设备上失败 - Static library dependency compiles in simulator on Xcode 3.2.3, fails on device 是否可以使用XCode 3.2.3中的iPhone模拟器3.1? - Is it possible to use iPhone Simulator 3.1 from XCode 3.2.3? xcode 4.5运行ios 4.0模拟器(NOT) - xcode 4.5 runs ios 4.0 simulator (NOT)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM