views:

151

answers:

1

I just started fighting my way to Xcode and iPhone development, so this is probably a stupid question, but there is this strange behavior of Xcode that I can't seem to get behind.

When I change my code (.m, .h files) and press "Build and Run", the (already running) emulator seems to restart my app, but doesn't actually reflect my changes.

On the other hand, if I modify the UI (the .xib files), I do see the changes after "Build and Run".

The only way to test the code changes seems to be to manually exit the emulator and restart, which I grow tired of very quickly.

There must be something I'm missing. What is it?

A: 

I believe it's this problem I'm running into:

http://lists.apple.com/archives/xcode-users/2010/Jul/msg00026.html

No good solution in sight, though.

miracle2k