我试图在ios模拟器上模拟移动位置(高速公路驱动器),但它根本不起作用。唯一有效的位置是静态Custom Location...
选项。
重现问题:
Xcode>open developer tools>simulator
,debug>location
设置为" Freeway Drive" 它加载了一段时间,然后说:
Current Location Not Available
Your current location cannot be determined at this time
当我打开system.log
时,我看到了消息:
SimulatorBridge[41185]: Selected location simulation scenario does not exist
我正在使用Xcode 7.1.1和iPhone 6s / iOS 9.1模拟器。我试过了:
Simulator>Reset Content and Settings...
但似乎没有任何效果。谁知道我可能做错了什么?
答案 0 :(得分:1)
好的,这可能是苹果公司最终使用Simulator for iOS 9.1的问题。
我下载了iOS 9.0模拟器(Xcode>Preference>Downloads
),在Simulator中启动了地图设置为Freeway Drive
的地图,一切正常 - 位置更新。
如果您在自己的应用中模拟移动位置时遇到问题,只需下载并使用之前的iOS模拟器版本。确保首先在Xcode中清理项目(Product>Clean
),然后重建它,一切都应该正常工作。