Pour half the melted butter into the loaf pan. Then spoon the batter into the pan, and pour the rest of the butter on top of the batter. Slide a baking sheet onto a lower rack to catch any butter that might overflow from the loaf pan (there is no need for this when you use ¼...
4)Speaking of killing Xcode, sometimes I have to reboot my entire machine. Xcode can leave zombie processes of your app running, and these zombies can prevent you from doing any more deployments to the emulator. ps -el | grep 'Z' can show you if you are afflicted. A similar bug can ...