Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11984] CLI: Date/Time stamp format for packaged builds results in folder problems in Xcode archive

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-12-07T01:07:50.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sRelease 3.1.0, 2012 Sprint 25, 2012 Sprint 25 JS
ComponentsCLI
Labelsqe-cli, qe-port, regression
ReporterEric Merriman
AssigneeChris Barber
Created2012-12-06T22:23:46.000+0000
Updated2012-12-07T23:26:33.000+0000

Description

Xcode seems to have problems when the timestamp for a packaged build is in the form "2012-12-6" instead of "2012-12-06". This could result in unexpected behavior in the archive, as the folders do not match the other items. Steps to reproduce: 1) Create a new project in studio 2) Package the project using "app store" workflow and dist provision 3) Note the line in the console during packaging: [INFO] :  Archiving debug symbols to /Users/emerriman/Library/Developer/Xcode/Archives/2012-12-6/KitchenSink_13-31-36.xcarchive/dSYM 4) Locate your archive folder at /Users//Library/Developer/Xcode/Archives 5) Examine the folder structure Result: Items may/may not appear correctly in Xcode. Folder created in archive location may sit next to folder with correct timestamp format, causing potential problems. Expected: Timestamp matches expected format and folder created in archive matches expected format.

Attachments

FileDateSize
folders.png2012-12-06T22:23:46.000+000053899

Comments

  1. Chris Barber 2012-12-07

    Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3547 3.0.x pull request: https://github.com/appcelerator/titanium_mobile/pull/3548
  2. Eric Merriman 2012-12-07

    Verified fixed with: SDK: 3.0.0.v20121207120202 Titanium Studio, build: 3.0.0.201212061921 Mac OS X 10.8.2 Xcode 4.5.2 CLI: 3.0.20 Folders within archive are appearing as expected

JSON Source