Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7536] when using titanium "create" from command line to create a new ios module it fails to correctly configure titanium.xcconfig file for OSX lion

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionWon't Fix
Resolution Date2016-08-23T22:51:55.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterMatt Schmulen
AssigneeIngo Muschenetz
Created2012-02-03T10:32:28.000+0000
Updated2017-03-16T21:32:15.000+0000

Description

when using titanium "create" from command line to create a new ios module it fails to correctly configure titanium.xcconfig The TITANIUM_SDK is incorrect for OSX lion it should have a ~ in front of the path.

Comments

  1. Matt Schmulen 2012-02-04

    updated... this was through the command line not the Ti Studio interface ( My bad I forgot about the Titanium Studio create Module interface). I updated the ticket to trivial.
  2. Nikolai Derzhak 2012-02-06

    This issue latest notification was not sent due to JIRA mail setting. Fixed now. Please check the issue for latests changes.
  3. Chris Barber 2016-08-23

    The TITANIUM_SDK variable is set to an absolute path to the Titanium SDK where ever it's located. Setting the TITANIUM_SDK relative to the user's home directory means that the SDK can only live in a directory down the user's home directory. I don't see this being a positive change. The best solution would be to set the TITANIUM_SDK path to an environment variable containing the full path. This env variable would be set by the module build script. I've created TIMOB-23811 to address this.
  4. Lee Morris 2017-03-16

    Closing ticket as the issue won't fix.

JSON Source