newbie question: iphone simulator and monkey

Monkey Targets Forums/iOS/newbie question: iphone simulator and monkey

Rixarn(Posted 2011) [#1]
Hi! Sorry for this newb's question...

I just updated to 10.6.7 and installed XCode 3.2.6. When i select iOS target and compile everything seems fine. Simulator opens but i can't see the monkey app anywere in the Iphone Simulator. Do i have to do something extra?

Thanks :)


marksibly(Posted 2011) [#2]
Hi,

You currently need to select 'iOS Version 4.2' from the simulator's 'Hardware' menu. Once selected, the simulator defaults to this for future runs.

Once the simulator is running, you'll also need to scroll through to 'MonkeyGame' on the simulator's desktop.

The other approach is to open the .xcodeproj in xcode, use 'F7' to just build in Monk, and launch the simulator in xcode.


Rixarn(Posted 2011) [#3]
Thanks Mark! it worked :)