iphonesim
iphonesim copied to clipboard
Command Line Launcher for the iPhone Simulator
你好,我想了解下iPhone越狱代码
I am getting below error. 2015-06-22 13:40:31.990 iphonesim_6[9194:88451] +[SimDeviceType supportedDeviceTypesByName]: unrecognized selector sent to class 0x108b7bd60 2015-06-22 13:40:31.990 iphonesim_6[9194:88451] **\* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[SimDeviceType supportedDeviceTypesByName]:...
Hey Jeff, I've been using your iphonesim app as part of an automated iPad testing effort. Thanks for creating it! One problem I hit is that after launching an app...
I've made the arguments after the launched application more order independent, and I've added the ability to specify stdout, stderr, an environment with a plist file, and command-line arguments.
Hi there! This is WhitespaceBot. I'm an [open-source](https://github.com/Gunio/WhitespaceBot) robot that removes trailing white space in your code, and gives you a gitignore file if you didn't have one! Why whitespace?...
I am using Mac OS X 10.9.2 kellyfj@/usr/local/ios-sim$ curl -L https://github.com/Fingertips/ios-sim/zipball/1.3 -o ios-sim-1.3.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left...
# Environment ``` dodikk$ pwd /Users/dodikk/projects/tools/ios-sim-main/build/Release ``` ``` OSX-C07GR028DJD1:Release dodikk$ ls -1 Dashboard.app Dashboard.zip configs ios-sim ios-sim.dSYM ``` ``` dodikk$ xcode-select --print-path /Applications/Xcode.app/Contents/Developer/ ``` ``` dodikk$ xcodebuild -version Xcode 5.1.1...
Since xCode 4.3 Apple has changed its location to /Applications/Xcode.app Due to those changes I'm unable to use the "iphonesim" tool (see the log below). Please update your code base...