GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-12-07T01:07:50.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2012 Sprint 25, 2012 Sprint 25 JS |
Components | CLI |
Labels | qe-cli, qe-port, regression |
Reporter | Eric Merriman |
Assignee | Chris Barber |
Created | 2012-12-06T22:23:46.000+0000 |
Updated | 2012-12-07T23:26:33.000+0000 |
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.
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3547 3.0.x pull request: https://github.com/appcelerator/titanium_mobile/pull/3548
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