简体   繁体   English

Appcelerator上的“无效请求”编译

[英]“Invalid Request” on Appcelerator Compile

I am using Appcelerator Studio, build: 4.8.1.201612050850 and when i try to run on iPhone 6s simulator i am getting the error below. 我正在使用Appcelerator Studio,内部版本:4.8.1.201612050850 ,当我尝试在iPhone 6s模拟器上运行时,出现以下错误。 I am using XCode Version 8.3.2 (8E2002) 我正在使用XCode版本8.3.2(8E2002)

Error: 错误:

Appcelerator Platform Appcelerator平台

502 502


Bad Gateway 错误的网关


  • Dashboard 仪表板
  • Status 状态
  • Get Help 得到帮助
  • I have tried "appc logout" and "appc login" several times but nothing changed. 我已经尝试了几次“ appc注销”和“ appc登录”,但是没有任何改变。

    How can i fix this ? 我怎样才能解决这个问题 ?

    Thanks 谢谢

    Make sure your Ti SDK version is latest in your tiapp.xml file then try this following command via the terminal. 确保tiapp.xml文件中的Ti SDK版本是最新的,然后通过终端尝试以下命令。

    sudo npm install -g appcelerator
    
    appc use latest
    
    appc logout -D
    
    appc login
    
    appc setup
    

    Then open Appcelerator Studio and try to run it. 然后打开Appcelerator Studio并尝试运行它。

    声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

     
    粤ICP备18138465号  © 2020-2024 STACKOOM.COM