Skip to content

Commit 996de0e

Browse files
authored
Merge branch 'main' into feature/release-12.6.4.GA
2 parents 0f0eda1 + cf1f73d commit 996de0e

File tree

4 files changed

+9
-2
lines changed
  • docs/guide/Titanium_SDK
    • Titanium_SDK_Getting_Started/Installation_and_Configuration/Titanium_Compatibility_Matrix
    • Titanium_SDK_Guide/Titanium_Command-Line_Interface_Reference
    • Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x

4 files changed

+9
-2
lines changed

docs/guide/Titanium_SDK/Titanium_SDK_FAQ.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ If you can't find any help here head over to [TiSlack](https://tidev.slack.com/)
1414

1515
You will need node/npm and then you can run `sudo npm i -g titanium alloy` to have all CLI tools. For more details check [Titanium_SDK_Getting_Started](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/) or the [from zero to app - install guide](https://fromzerotoapp.com/how-to-install-appcelerator-titanium/).
1616

17+
## ARM Mac notes
18+
19+
If you you install Titanium SDK on an ARM Mac you might see an error like `Error: spwan Unknown system error -86` when running Titanium commands. To fix this you have to install Rosetta with `softwareupdate --install-rosetta`.
20+
1721
## Where can I find more Titanium tutorials or modules?
1822

1923
Besides this documentation you can look at [from zero to app](https://fromzerotoapp.com/). There you find basic tutorials about installation, your first app, UI tutorials, optimizing apps and much more. It also has a list of common modules you can use in your apps.

docs/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Installation_and_Configuration/Titanium_Compatibility_Matrix/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ On Windows you will need to enable `dev mode` in the Windows settings in order t
7070

7171
| Unified CLI Version | Min Node Version | Max Node Version |
7272
| --- | --- | --- |
73-
| 12.5.0 - latest | 18.x | 20.x |
73+
| 12.6.0 - latest | 18.x | 22.x |
74+
| 12.5.0 - 12.6.0 | 18.x | 20.x |
7475
| 12.1.0 - 12.5.0 | 16.x | 20.x |
7576

7677

docs/guide/Titanium_SDK/Titanium_SDK_Guide/Titanium_Command-Line_Interface_Reference/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Getting started with the CLI only requires two steps:
1717

1818
### Install Node.js
1919

20-
The CLI requires Node.js 4 or later. It is highly recommended you use a LTS (long term support) Node.js release. If you don't have Node installed, install it from:
20+
The CLI requires Node.js 18 or later. It is highly recommended you use a LTS (long term support) Node.js release. If you don't have Node installed, install it from:
2121

2222
* [nodejs.org](http://nodejs.org)
2323

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ weight: '8'
1818
* [Titanium SDK 12.5.1.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.5.1.GA_Release_Note/)
1919
* [Titanium SDK 12.6.0.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.0.GA_Release_Note/)
2020
* [Titanium SDK 12.6.1.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.1.GA_Release_Note/)
21+
* [Titanium SDK 12.6.2.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.2.GA_Release_Note/)
22+
* [Titanium SDK 12.6.3.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.6.3.GA_Release_Note/)

0 commit comments

Comments
 (0)