UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

31 lines (20 loc) 778 B
<% if (isJekyll) { %>--- title: ns open ios position: 10 ---<% } %> # ns open ios ### Description Opens the iOS native project from the corresponding `platforms` directory. If the native project has not already been generated, the `prepare` command will be issued to generate the project, and the project will then be opened. ### Commands Usage | Synopsis ------|------- Open the project in Xcode | `$ ns open ios` <% if(isHtml) { %> ### Command Limitations * You can run `$ ns open ios` only on macOS systems. ### Related Commands Command | Description ----------|---------- [prepare](prepare.html) | Copies common and relevant platform-specific content from the app directory to the subdirectory for the selected target platform in the platforms directory. <% } %>