[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 Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Trivial |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2016-08-23T22:51:55.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Matt Schmulen |
| Assignee | Ingo Muschenetz |
| Created | 2012-02-03T10:32:28.000+0000 |
| Updated | 2017-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.
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.
This issue latest notification was not sent due to JIRA mail setting. Fixed now. Please check the issue for latests changes.
The
TITANIUM_SDKvariable is set to an absolute path to the Titanium SDK where ever it's located. Setting theTITANIUM_SDKrelative 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 theTITANIUM_SDKpath 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.Closing ticket as the issue won't fix.