【问题标题】:TVML catlog using TVML Templet Server installation使用 TVML 模板服务器安装的 TVML 目录
【发布时间】:2016-07-22 20:06:03
【问题描述】:

为了制作一个 TVML 应用程序,我从 Apple https://developer.apple.com/library/tvos/samplecode/TVMLCatalog/Introduction/Intro.html#//apple_ref/doc/uid/TP40016505-Intro-DontLinkElementID_2 获得了 TVML Sample Catlog 通过此命令集成此 Catgol 需要服务器安装 (命令在 Readme.txt 文件中指定) $ python -m SimpleHTTPServer 9001

这个命令没有响应任何东西。

【问题讨论】:

    标签: python xcode tvos tvml


    【解决方案1】:

    我正在使用来自 npm 的 http-server。 真的好用,只需要写:http-serve -p 9001

    您可以在此处找到更多信息: https://www.npmjs.com/package/http-server

    【讨论】:

      【解决方案2】:

      您的 python 安装可能有问题。 你也可以试试:

       ruby -run -ehttpd . -p9001
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多