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.
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.
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.
As the poster before me has stated you will find the apps in this folder:
~/Library/Application Support/iPhone Simulator/User/Applications/
I needed to copy the following two files:
Put them in the same place on your second computer and start the simulator there:
/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
I have tested this on my work computer and on my home computer which has no certificates installed.