Cirilla Documentations

  1. Home
  2. Docs
  3. Cirilla Documentations
  4. iOS app configuration
  5. Run iOS app

Run iOS app

To run the app ensure you install successfully Flutter on your computer: https://docs.flutter.dev/get-started/install (Support only macOS computer)

To test the setup correctly just run example flutter app https://docs.flutter.dev/get-started/test-drive?tab=terminal

Folder Structure

Download the source code and unzip you will get a folder tree like this:

flutter-cirilla-{version}/
|- app
|   - cirilla
|   - cirilla_ads (This source folder support Admod)
|   - ui (The build in UI kit share for cirilla and cirilla_ads)
|   - gutenberg_blocks (The build in UI for WordPress gutenberg blocks)
|- guide
|- licensing
|- README.md

cirilla and cirilla_ads is the main source code

Run-on Terminal

1. Navigate the terminal to cirilla or cirilla_ads folder
2. Install dependencies
flutter pub get
3. Check that an iOS device is running. If none are shown, follow the device-specific instructions on the Install page for your OS.
flutter devices

No iOS devices are connected you can run this to open the Simulator

open -a Simulator
4. Run the app with the following command:
flutter run -d IOS_DEVICE_ID

IOS_DEVICE_ID is shown in the screenshot below:

Run-on Android Studio

Open project

  1. Open the IDE and select Open
  2. Select folder cirilla or cirilla_ads
  3. Install dependencies

Run the App

  1. Locate the main Android Studio toolbar:
    Main IntelliJ toolbar
  2. In the target selector, select an iOS device for running the app.
  3. Click the run icon in the toolbar, or invoke the menu item Run > Run.

After the app build completes, you’ll see the Cirilla app on your device.

Was this article helpful to you? Yes No

How can we help?