-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
GUI Composer
-
GC-3487
-
-
GC_25.05
-
Unknown
-
Generic
-
Explicitly call node from the Terminal while inside the app folder: ../runtime/TICloudAgentHostApp/node ./ApplicationServer.js --sdkPaths=~/ti --browser=../runtime/node-webkit/nwjs.app
GC standalone apps fail to run on macOS with an error:
The issue occurs when running the mac_start app from Finder GUI or from CLI via Terminal.
Explicitly calling node from the Terminal works however:
../runtime/TICloudAgentHostApp/node ./ApplicationServer.js --sdkPaths=~/ti --browser=../runtime/node-webkit/nwjs.app
This issue was reproduced on macOS 15.5 and 15.6 on a MacBook Air M1 using GC runtime 13.3 and a GCv2 standalone app.