iphonecocoa-touchxcode

Can I install an app to the simulator without the source code?


I have a client who wants to just drag and drop the binary to run it in the simulator.

I want to build the simulator app and email it to them.

What can the client do to install this in the simulator?

Is this possible?

Thanks for any help.


Solution

  • As long as they are on the same version of the target O/S as you you should be fine. Look here on your local machine:

    ~/Library/Application Support/iPhone Simulator/User/Applications/

    That is where the apps are stored.

    Watch this directory and grab everything that is added when you install the app. Then you can zip those materials and have your client un-zip them under the same path.