我正在使用 RubyMotion 开发 iPhone 应用程序,我想在模拟器中测试我的应用程序时指定用户位置。
有没有办法像我在 xcode 中那样使用 .gpx 文件?
谢谢您的帮助 !
我正在使用 RubyMotion 开发 iPhone 应用程序,我想在模拟器中测试我的应用程序时指定用户位置。
有没有办法像我在 xcode 中那样使用 .gpx 文件?
谢谢您的帮助 !
现在 RubyMotion 支持使用 Instruments 启动应用程序,您可以尝试以下方法: http: //www.cardinalsolutions.com/cardinal/blog/mobile/2013/02/testing_a_location-a.html(由我的朋友 Rachel Parsons 编写)。
忽略 xcode 设置并跳到她谈论在 Instruments 中进行“自动化”的地方。
要在仪器中启动您的应用程序,只需运行rake profile
.
I don't know of a way to use a gpx file, but the simulator itself provides a way to define a user location. You can specify a lat/long via the Debug | Location | Custom Location menu.
That's what I am using for my app, and it seems to work well.