Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2617] Cannot build against 3.2.1 sdk

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionDuplicate
Resolution Date2014-02-19T17:20:23.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy, Studio, Titanium SDK & CLI
Labelsn/a
ReporterBraden Powers
AssigneeRitu Agrawal
Created2014-02-18T19:43:27.000+0000
Updated2016-03-08T07:41:42.000+0000

Description

When building an existing project against 3.2.1 sdk, the project will not build. I have even created a new project and I have received the same issue. I have recompiled using alloy and have cleaned and got the same error. I have attached the log from the build that gives the error. I also get the same error going through studio and my normal method of cli. Thanks, Braden

Attachments

FileDateSize
log2014-02-18T19:43:27.000+00001673324

Comments

  1. Ritu Agrawal 2014-02-18

    Could you please attach the output of the following command: ti config
  2. Braden Powers 2014-02-18

    android.ndk = "/Users/bradenpowers/" android.sdk = "/Users/bradenpowers" android.sdkPath = "/Users/bradenpowers/android-sdk-mac_86" app.sdk = "3.1.3.GA" app.workspace = "/users/bradenpowers/Development/Mobile" cli.colors = true cli.completion = false cli.failOnWrongSDK = false cli.httpProxyServer = "" cli.ignoreDirs = "^(\\.svn|_svn|\\.git|\\.hg|\\.?[Cc][Vv][Ss]|\\.bzr|\\$RECYCLE\\.BIN)$" cli.ignoreFiles = "^(\\.gitignore|\\.npmignore|\\.cvsignore|\\.DS_Store|\\._.*|[Tt]humbs.db|\\.vspscc|\\.vssscc|\\.sublime-project|\\.sublime-workspace|\\.project|\\.tmproj)$" cli.logLevel = "trace" cli.progressBars = true cli.prompt = true cli.quiet = false cli.rejectUnauthorized = true cli.width = 100 paths.codeProcessorPlugins = ["/Applications/Appcelerator Studio/configuration/org.eclipse.osgi/bundles/311/1/.cp/enterprise"] paths.commands = ["/usr/local/share/npm/lib/node_modules/titanium-code-processor/commands"] paths.hooks = ["/usr/local/share/npm/lib/node_modules/titanium-code-processor/hooks","/Applications/Appcelerator Studio/plugins/com.appcelerator.titanium.liveview.core_1.0.0.1377637371/node_modules/liveview/hook","/usr/local/share/npm/lib/node_modules/rapiddev/plugin/rapiddev/hooks","/usr/local/share/npm/lib/node_modules/ti-testflight-hook/plugin/yy.titestflight/hooks","/usr/local/share/npm/lib/node_modules/tishadow/node_modules/ticonfig/plugin/yy.ticonfig/hooks","/usr/local/share/npm/lib/node_modules/tishadow/plugin/yy.tishadow/1.0/hooks"] paths.modules = ["/usr/local/share/npm/lib/node_modules/rapiddev/module"] paths.plugins = ["/usr/local/share/npm/lib/node_modules/ticonfig/plugin"] paths.sdks = ["/Users/bradenpowers/Library/Application Support/Titanium"] sdk.defaultInstallLocation = "/Users/bradenpowers/Library/Application Support/Titanium" sdk.selected = "3.2.1.GA" user.email = "braden@eccra.com" user.locale = "en" user.name = "Braden Powers"
  3. Ritu Agrawal 2014-02-18

    This issue occurs when Appcelerator and Titanium Studio are installed, but only Titanium Studio was updated to 3.2.1. This is related to TISTUD-6156. Can you please upgrade your appcelerator studio? or else you can manually remove the build hook using the CLI. ti config -r paths.hooks "/Applications/Appcelerator Studio/plugins/com.appcelerator.titanium.liveview.core_1.0.0.1377637371/node_modules/liveview/hook" Please let us know if it solves your issue.
  4. Braden Powers 2014-02-19

    That did the trick.
  5. Ritu Agrawal 2014-02-19

    I am glad things are working for you again. Resolving the ticket.

JSON Source