You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* skip log-source-maps for large files ([#5780](https://github.com/NativeScript/nativescript-cli/issues/5780)) ([c53b4e9](https://github.com/NativeScript/nativescript-cli/commit/c53b4e9111f3da98547ec273c92a73ead89aca13))
@@ -265,7 +265,7 @@ The NativeScript CLI calls the SDK for the selected target platform and uses it
265
265
266
266
When you build for iOS, the NativeScript CLI will either build for a device, if there's a device attached, or for the native emulator if there are no devices attached. To trigger a native emulator build when a device is attached, set the `--emulator` flag.
267
267
268
-
> **IMPORTANT:** To build your app for an iOS device, you must configure a valid certificate and provisioning profile pair, and have that pair present on your system for code signing your application package. For more information, see [iOS Code Signing - A Complete Walkthrough](http://seventhsoulmountain.blogspot.com/2013/09/ios-code-sign-in-complete-walkthrough.html).
268
+
> **IMPORTANT:** To build your app for an iOS device, you must configure a valid certificate and provisioning profile pair, and have that pair present on your system for code signing your application package. For more information, see [iOS Code Signing - A Complete Walkthrough](https://seventhsoulmountain.blogspot.com/2013/09/ios-code-sign-in-complete-walkthrough.html).
269
269
270
270
[Back to Top][1]
271
271
@@ -355,10 +355,10 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
Opens the Android native project from the corresponding `platforms` directory.
11
+
12
+
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.
13
+
14
+
### Commands
15
+
16
+
Usage | Synopsis
17
+
------|-------
18
+
Open the project in Android Studio | `$ ns open android`
19
+
20
+
<% if(isHtml) { %>
21
+
22
+
### Related Commands
23
+
24
+
Command | Description
25
+
----------|----------
26
+
[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.
Opens the iOS native project from the corresponding `platforms` directory.
11
+
12
+
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.
13
+
14
+
### Commands
15
+
16
+
Usage | Synopsis
17
+
------|-------
18
+
Open the project in Xcode | `$ ns open ios`
19
+
20
+
<% if(isHtml) { %>
21
+
22
+
### Command Limitations
23
+
24
+
* You can run `$ ns open ios` only on macOS systems.
25
+
26
+
### Related Commands
27
+
28
+
Command | Description
29
+
----------|----------
30
+
[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.
Opens the iOS/Android native project from the corresponding `platforms` directory.
11
+
12
+
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.
`<Platform>` is the target mobile platform for which you want to open the native project. You can set the following target platforms.
22
+
*`android` - Opens the Android project in Android Studio.
23
+
*`ios` - Opens native iOS project in Xcode.<% } %>
24
+
25
+
<% if(isHtml) { %>
26
+
27
+
### Command Limitations
28
+
29
+
* You can run `$ ns open ios` only on macOS systems.
30
+
31
+
### Related Commands
32
+
33
+
Command | Description
34
+
----------|----------
35
+
[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.
0 commit comments