有没有办法指定启动cordova运行时使用的SDK /模拟器类型[我假设它与phonegap相同]?
我正在使用MAC OS X 10.9和Cordova 3.4.1以及IOS 6.1和7.0。当我从命令行启动cordova run
时:
Running command: /Users/username/Desktop/sharing/my_app/platforms/ios/cordova/run
Build settings from command line:
ARCHS = i386
CONFIGURATION_BUILD_DIR = /Users/user/Desktop/sharing/my_app/platforms/ios/build/emulator
SDKROOT = iphonesimulator7.0
VALID_ARCHS = i386
似乎总是推出最新的sdk版本。它还会自动选择iPhone Retina设备。
是否有命令行指定要使用的SDK和设备类型? [例如。启动iPhone而不是iPhone视网膜]