[TIMOB-14160] iOS: Transport.py images missing on the iPhone 5
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-30T04:30:15.000+0000 |
Affected Version/s | Release 3.0.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | supportTeam |
Reporter | Eduardo Gomez |
Assignee | Eric Merriman |
Created | 2013-06-07T23:27:58.000+0000 |
Updated | 2017-03-20T17:17:06.000+0000 |
Description
Issue
The graphic assets that are in the build directory under Resources/iPhone/Images folder need to be moved to resources/images, and then they show up fine.
How to re-create:
(1) Get Titanium project attached targeting a 3.0.2 build
(2) Run transport.py
(3) Open in xcode and try to run in iPhone 5
Actual results
You'll see the images missing on the iPhone 5, as well as the appicon.
They are getting put in build/iphone/Resources/iphone/images directory. They have to copy them to the build/iphone/Resources/images directory manually.
They also have to copy the build/iphone/Resources/iphone/appicon@2x.png to the build/iphone/Resources directory manually.
Comments
JSON Source
Transport.py has been deprecated.
Closing ticket as the issue will not fix.