Skip to content

Instantly share code, notes, and snippets.

@randhirraj3130
Created December 20, 2016 12:02
Show Gist options
  • Save randhirraj3130/a961a48dc9881d9e6423ac5fb0af9060 to your computer and use it in GitHub Desktop.
Save randhirraj3130/a961a48dc9881d9e6423ac5fb0af9060 to your computer and use it in GitHub Desktop.
how to build and install ios app
how to build xcode project
Here is some instruction to install app directly from mac. but only install those devices which provisioning profile is install in app.
Install App directly from Mac.
1. open your xcode project
2. click product tab
3. click archive
4. click export
5. select save for development deployment
6. click next button
7. select development team account
8. click choose button
9. select one app for all compitable device
10. click next button
11. then preparing archive working . it take some time
12. now your build successful and .ipa file created
how to install ios app in your iphone/idad devices
Here is some instruction to install app directly from mac. but only install those devices which provisioning profile is install in app.
Install App directly from Mac.
1. connect iphone or ipad to mac.
2. Open itunes
3. Click on device tab.
4. Double Click on App ipa file.
5. Now It is shown in Apps column.
6. If app is already install in device please remove it then reconnect device to mac.
7. if app is install then it has status remove, otherwise it shows status Install. click on install to install app.
8. Now it shows will install, click on apply button. Now app is install in device.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment