I am trying to figure out how I can build/archive my iOS application in xcode so that I can send it to anyone and they can run in it a simulator. I thought I could just build i
First of all set proper bundle identifier with build setting and iOS version which is required for run app.
**
For Device
** 1.
You can Build Archive using and generate ipa
or build app then you will get .app you can drag .app in itune and get .ipa by show in finder.
**
For Simulator
** 2. path:- /Users/Krishan/Library/Application Support/iPhone Simulator/6.0/Applications Open above path and zip app folder which you want to share.Now unzip folder paste on same above path app shown in simulator will run successfully.