When the Xcode exported from MMF (iOS exporter) gets compiled by the Xcode tool from Apple, does Apple create machine code?
Just a curiosity, and a hope it does. :)
Printable View
When the Xcode exported from MMF (iOS exporter) gets compiled by the Xcode tool from Apple, does Apple create machine code?
Just a curiosity, and a hope it does. :)
Yes,the compiler converts the Objective-C code of the iOS project into machine language, readable by the device.
Thanks, awesome!