GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-02-17T09:51:42.000+0000 |
Affected Version/s | Release 1.8.0.1, Release 1.8.1, Release 1.8.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-ios021312 |
Reporter | Dustin Hyde |
Assignee | Neeraj Gupta |
Created | 2012-02-16T18:33:21.000+0000 |
Updated | 2017-03-09T22:53:20.000+0000 |
Projects built in Snow Leopard that contain local modules do not contain module zip resources in the app package.
Steps to Reproduce:
1. Create a default app in Snow Leopard.
2. Add ti.bump-iphone-1.0.zip module to top level of project.
3. Deploy to device.
4. Open path: Titanium Studio Workspace/App/build/iphone/build/Debug-iphoneos/App.app.
5. Context click on app and Show Package Contents.
Expected Result:
Resource should exist: Titanium Studio Workspace/App/build/iphone/build/Debug-iphoneos/App.app/ti.bump-iphone-1.0.zip
Actual Result:
No zip resource exists. Only in Lion.
Dustin - What I mentioned in the other ticket is that the
assets
directory for the module needs to be in the .app file. For Lion it is, and the .zip is not included. If the .zip is not in Snow Lep then this is correct. If theassets
information is not contained somewhere withinmodules/module.id
directory in the .app, then that is a failure. In order to re-validate the bug on Lion you will need to delete thebuild/iphone/
directory contents to completely clean the project.Closing ticket as invalid.