fredericaltorres / NativeScript.GettingStarted

How to get started building iOS app with NativeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NativeScript.GettingStarted

Overview

How to get started building iOS app with NativeScript.

Installation

This document describe the different installation steps to be able to

  • Develop NativeScript/Vue.js iOS application on Windows
  • Build and install on Apple device the application using NativeScript Cloud Building

Installation

NativeScript + Vue

# sudo on macos
npm install -g nativescript

Sikekick

Download and install sidekick windows app.

MacOs Configuration

  • Install XCode
  • run
 sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
ruby -e "$(curl -fsSL https://www.nativescript.org/setup/mac)"

Cloud Builds

Cloud Builds allow to build the iOS app in the cloud.

Apple Developer Account

Create Apple Developer Account Web Portal

Code Signing Assistance

Setting certificate and provisionning video

Development Documentation

XML Markup Language Font Awseome

Firebase

The firebase plugin does not work running your native script app in Preview mode.

  • Error Message: Plugin nativescript-plugin-firebase is not included in preview app on device 63453FFF-F433-4DBF-ACDC-23A3B8905966 and will not work.

  • Solutions

    • Compile the application locally with XCode and run it in the emulator
    • compile the application locally with XCode run it on a real device

About

How to get started building iOS app with NativeScript