Re: ios image file names

2011-12-13 Thread J. Landman Gay
On 12/12/11 11:42 PM, edward cawley wrote: Jacque, I used your suggestion and got the following : 12/12/11 11:23:43 PM/Users/ecawley/Library/Application Support/iPhone Simulator/4.1/Applications/9D450172-E7E2-4FA3-8C03-E761055E3180/Lawn2.app/Lawn2[6296] AVController -[AVControll

Re: ios image file names

2011-12-12 Thread edward cawley
on the menu from the desktop app the app starts on the simulator with no > problem. Is this a bug or is it the sequence we are supposed to use? I don't > remember seeing it in the documents. > > > -- > > Message: 3 > Date: Sun, 11 Dec

Re: ios image file names.

2011-12-11 Thread Andrew Henshaw
If you run the mac console app this will output simulator errors or 'put' messages in your code, or if its a device you can track the messages in xcode. Paths are pretty specific, I find keeping everything lower case really helps. Some really useful code someone posted a while back is using t

Re: ios image file names.

2011-12-11 Thread J. Landman Gay
On 12/11/11 1:55 PM, edward cawley wrote: how can I see what is happening in the simulator, what is it downloading? I can't check it on the desktop since I get an execution error on the ios control command? You can log whatever you need in the simulator, and the output will show up in the Cons