Appcelerator Studio apps does not run after El Capitan Update. Invalid Request on compile
Asked Answered
D

1

11

As the title says, After I have updated my OS to El Capitan all my apps on Appcelerator Studio does not build successfully anymore. Even newly created sample apps does not build. I only get a very generic error message from the console.

My app is targeted for iOS and Android and it does not work for both. I get the same error message as below.

[INFO] :   ----- OPTIMIZING -----
[INFO] :   - android/alloy.js
[INFO] :   - android/alloy/sync/localStorage.js
[INFO] :   - android/alloy/sync/properties.js
[INFO] :   - android/alloy/sync/sql.js
[INFO] :   
[INFO] :   Alloy compiled in 1.48612s
[INFO] :   Alloy compiler completed successfully
[ERROR] :  invalid request

How to resolve this? I already tried to project clean multiple times.

Dumfries answered 12/8, 2016 at 11:44 Comment(1)
Install Studio again by removing the hidden folders in users root directory. Hidden folders are .appcelerator and .titaniumHilbert
L
55

That has nothing to deal with the operating system.

Solution;

  1. Open terminal
  2. appc logout
  3. appc login

Ta dah! - solved :-)

Ladon answered 12/8, 2016 at 13:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.