📱
WebToApp.app - Convert your Website to a Mobile App
Convert a WebsiteStudio AppsSign-inHome
  • 📲Welcome to Web To App
  • Blog Articles
  • Overview
    • 💡What we do
    • ✨Our Features
  • 🍎iOS Guide
    • iOS App Config: Step-by-Step Guide
      • Step 0: Choose your iOS App Bundle ID
      • Step 1: Enroll in the Apple Developer Program
      • Step 2: Create your App Identifier
      • Step 3: Run and Publish Your iOS App
      • Step 4: Make an App Build
    • How to Generate a Distribution Certificate for your iOS App Development
    • How To Generate a Provisioning Profile Certificate
  • ❔About
    • Terms of Service
    • Privacy Policy
    • Cookie Statement
    • Other: Add our email to the team
Powered by GitBook
On this page

Was this helpful?

  1. iOS Guide
  2. iOS App Config: Step-by-Step Guide

Step 3: Run and Publish Your iOS App

PreviousStep 2: Create your App IdentifierNextStep 4: Make an App Build

Last updated 9 months ago

Was this helpful?

This tutorial will guide you how to run your iOS App in your own Mac under the simulator of the Xcode tool.

Our WebToApp.app platform will create and iOS App project for you. In order to run your iOS App, Apple requires you to have with the installed on it. The Xcode is the primary development tool of Apple for developing applications for the Apple products.

Unfortunately, Apple released this tool for the Mac OSs only and there is no legitimate way to install it on Windows / Linux PCs. You can install the Mac OS under a Virtual Machine (such as Virtualbox) under Windows or Linux OSs and then install the Xcode on it, but this way is less recommended.

Requirements:

Here are the stages in order to compile and run your iOS App under the simulator of the Xcode of your Mac.

  1. Download and install the . After the download and the installation finished, click on the 'Open' button in order to open the Xcode for the first time. When running the Xcode for the first time the development environment will install more additional tools such as the xcode command line tools and more.

  2. Download and extract your iOS App anywhere in your machine, for instance your Desktop. (You can find a link to the iOS App Project in the iOS Build

  3. Install the CocoaPods: $ sudo gem install cocoapods -n /usr/local/bin

  4. Now you can install all the pods running this command in the root of the folder of the iOS App Project (downloaded and extracted in the previous step) $ pod install

  5. The Xcode will open your iOS App and will do some things in the background in order to run your App for the first time.

  6. That's it, now you can click on the play button, the Xcode tool will open the iPhone simulator and will run your iOS App on it.

  7. You can follow this guide to finalize you app configuration and submit to your App Store account:

If you need any help, feel free to contact us: contact@webtoapp.app

🍎
a Mac computer
Xcode
A Mac computer
macOS
Xcode
CocoaPods V1.10.1
Xcode from the Apple App Store
How to Submit Your App to the App Store