Menge
macrumors 6502a
I don't get it. I've been building the whole project using Xcode from the start. What do you mean Xcode can't build the emulator?That was it! I had changed the Optimization level in my Xcode project and Target, but didn't change it in the makefile. The reason I'm using a makefile is because Xcode can't natively build the emulator code, so I created an Xcode project which uses the supplied makefile to build.