When building an iPhone application with the Simulator as the target, what is the file format of the resulting binary? Where can I find the compiled application?
When building an iPhone application with the Simulator as the target, what is the
Share
The simulator runs a stripped down version of the same os that any iDevice runs. Therefore it takes a compiled .app file and runs that. The input is whatever code you used to write your app.