【问题标题】:Unable to run the appcelerator titanium app in IOS8IOS8 无法运行appcelerator Titan 应用
【发布时间】:2014-12-01 11:00:45
【问题描述】:

我正在使用最新版本的工作室

Titanium Studio, build: 3.4.0.201409261227, Mac OS Version 10.9.5, alloy version 1.5.1, Titanium SDK version is 3.4.0.GA

我想将我的应用程序更新到 IOS8,它以前是在 IOS7 中使用钛开发的, 但我无法运行, 我收到以下错误

[ERROR] :  2014-10-07 10:14:04.018 xcodebuild[27236:5403]  DeveloperPortal: Using pre-existing     current store at URL (file:///Users/arunkumar/Library/Developer/Xcode/DeveloperPortal%206.0.1.db).
[ERROR] :  ** BUILD FAILED **
[ERROR] :  The following build commands failed:
[ERROR] :   Ld build/Debug-iphonesimulator/My\ App.app/My\ App normal i386
[ERROR] :  (1 failure)'

我还更新了我的 xcode 到最新版本(6.0.1),我可以运行一个空项目,但我无法找到我的应用程序有什么问题,请帮助我找到解决方案 在此先感谢

【问题讨论】:

    标签: android xcode ios8 appcelerator titanium-alloy


    【解决方案1】:

    这是一个模块冲突。

    • 尝试一一删除模块以识别冲突模块。
    • 更新模块。
    • 如果没有可用于 Titanium SDK 的更新模块,请安装以前版本的 SDK


    详情

    我是第一次安装 Titanium Studio。得到了这个错误。无法在 iOS 模拟器中运行它。这就是我所做的。

    • 一一删除模块并尝试运行。我发现analytics.google 模块是罪魁祸首。尝试使用所有不同的版本运行。 [见图]

    • 尝试安装新版本的analytics.google。为此,我需要安装gitto

      sudo npm install -g gittio
      

      然后安装analytics.google

      gittio install analytics.google
      

      发现有no distributable available

    • 安装以前版本的 Titanium SDK。以前的应用程序是使用 3.4.0 构建的。我的 SDK 是 3.5.1GA。所以我尝试用

      安装3.4.0
      ti sdk install http://builds.appcelerator.com/mobile/3.4.0/mobilesdk-3.4.0.RC2-osx.zip 
      

      您也可以从 Titanium Studio 帮助菜单安装 SDK。

      Help >> Install Titanium SDK >> ... 
      

      然后在 Titanium SDK 下拉菜单中选择 3.4.0 SDK [见图]

    【讨论】:

      猜你喜欢
      • 2011-07-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-02-28
      • 1970-01-01
      相关资源
      最近更新 更多