as title, is there any terminal command can use to achieve this? i know xcodebuild install -configuration can compile our xcodeproj from terminal without lauching from xcode however the compilation files are under iphoneos but not in the iphone simulator, I'm hoping one of you smart-folk can help me out
|
2
|
|
|
|
|
|
Hey, i found out that you can do it with:
This makes a simulator build with version 2.2 ( you can use |
||
|
|
|
|
Please see the following github project (search for iphonesim) This will allow you to launch the iphone simulator from the command line. (Sorry, it won't seem to let me post a valid URL in this answer) |
||
|
|
|
|
Anyone know how to force the build to install the app onto the connected hardware (similiar to the build and go command in GUI xcode?) |
||
|
