我在xcode中安装了6.x和7.0的SDK,我想在使用钛工作室的模拟器中在ios6上测试我的应用程序。
经过一段时间的探索后,我仍然找不到在运行配置中选择其他iOS版本的方法。如您所见,SDK已经安装,我可以在模拟器中选择它们,但测试应用程序的唯一方法是启动7.0(Titanium不会启动其他任何东西)。
手动切换版本并从钛重新启动应用程序也无济于事。
答案 0 :(得分:1)
看起来Titanium Studio在模拟器设置方面存在问题。使用titanium build -p ios
从控制台编译项目将使用当前设置在模拟器上运行您的应用程序。您还可以使用其他标志来强制使用不同类型的模拟器:
--retina use the retina version of the iOS Simulator
--sim-64bit in combination with --retina flag & --tall flag, start the 64-bit tall version of the retina simulator
--tall in combination with --retina flag, start the tall version of the retina device