Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jordanmbaron

macrumors newbie
Original poster
Nov 25, 2016
7
0
I want to build Dospad (iDOS) and install it on my iPhone. How do I build the application in Xcode and put it on my iOS device?
 
  1. Open the *.xcodeproj file in Xcode.
  2. Add your Apple ID to Xcode settings → Accounts. Make sure that you add/generate a ’signing identity’.
  3. Click on the project on the left side and make sure that the ‘target’ in the middle column is code-signed with your Apple ID.
  4. Plug in your iPhone and wait until it is configured (it will appear at the top).
  5. Press on the play button.
This assumes that there are no dependencies that you need to install and that there are no build errors.
 
  1. Open the *.xcodeproj file in Xcode.
  2. Add your Apple ID to Xcode settings → Accounts. Make sure that you add/generate a ’signing identity’.
  3. Click on the project on the left side and make sure that the ‘target’ in the middle column is code-signed with your Apple ID.
  4. Plug in your iPhone and wait until it is configured (it will appear at the top).
  5. Press on the play button.
This assumes that there are no dependencies that you need to install and that there are no build errors.

I need to build it into a .app as I am following this tutorial:
 
You can find the built app in the navigation at the bottom, in a folder called ‘Products’.
 
As I said, you have to build it first, using Xcode. In Xcode there is a product area. The actual application will be put in ~/Library/Developer, after it was built.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.