Hardware
A look into the iOS hardware
Jul 22, 2010 01:03 AM Filed in: Programming
Good article on the hardware that runs iOS: http://wanderingcoder.net/2010/07/19/ought-arm/
I learned something new: “Notice the simulator does not execute ARM code, when building for the simulator your app is compiled for x86 and executes natively, so none of the following applies when running on the simulator, you need to be running on target.”
I learned something new: “Notice the simulator does not execute ARM code, when building for the simulator your app is compiled for x86 and executes natively, so none of the following applies when running on the simulator, you need to be running on target.”