Is it possible to talk to the iPhone simulator/device.

Posted by Plumenator on Stack Overflow See other posts from Stack Overflow or by Plumenator
Published on 2009-12-30T10:48:22Z Indexed on 2010/04/21 8:53 UTC
Read the original article Hit count: 167

Filed under:
|
|

I need to automate the build/deploy process for my iphone applications from a script. I can use xcodebuild to build the project, then use Applescript to deploy and debug/run the application. Assuming the application will stop by itself after a while, I need to collect the generated logs for verification. But the problem is I have no way to know when the application ended from outside of the application itself. If the running time is fixed, I can again use Applescript to stop the application (Cmd+Shift+Enter). So there has to be a way to connect to the device/simulator and wait on the application somehow.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about automation