Titanium not copying icon/image/etc files to build/iphone/Resources

You must Login before you can answer or comment on any questions.

When building, Titanium is only copying a select few files to the build/iphone/Resources folder. As a result, these files are seen as missing by Xcode.

Any advice is appreciated.

I've also tried placing each of these files in the <Titanium Root>/<app>/Resources folder as well. They do not get copied over from there either.

contents of <Titanium Root>/<app>/Resources/iphone
 
 
-rw-r--r--@ 1 cjs  staff  206342 Sep 19 16:40 Default-568h@2x.png
-rw-r--r--  1 cjs  staff  517419 Jul 14 22:26 Default-Landscape.png
-rw-r--r--  1 cjs  staff  551670 Jul 14 22:27 Default-Portrait.png
-rw-r--r--@ 1 cjs  staff   65187 Aug 19 19:17 Default.png
-rw-r--r--@ 1 cjs  staff  185556 Aug 23 17:58 Default@2x.png
-rw-r--r--@ 1 cjs  staff   27603 Aug 23 16:14 appicon-72.png
-rw-r--r--@ 1 cjs  staff   38983 Aug 23 16:14 appicon-72@2x.png
-rw-r--r--@ 1 cjs  staff   24695 Aug 23 16:14 appicon-Small-50.png
-rw-r--r--@ 1 cjs  staff   33398 Aug 23 16:14 appicon-Small-50@2x.png
-rw-r--r--@ 1 cjs  staff   22300 Aug 23 16:14 appicon-Small.png
-rw-r--r--@ 1 cjs  staff   25748 Aug 23 16:14 appicon-Small@2x.png
-rw-r--r--@ 1 cjs  staff   25555 Aug 23 16:14 appicon.png
-rw-r--r--@ 1 cjs  staff   32849 Aug 23 16:14 appicon@2x.png
-rw-r--r--@ 1 cjs  staff  178940 Aug 23 16:14 iTunesArtwork
-rw-r--r--@ 1 cjs  staff  556064 Aug 23 16:14 iTunesArtwork@2x
 
 
contents of  <Titanium Root>/<app>/build/iphone/Resources
 
 
-rw-r--r--  1 cjs  staff  517419 Sep 24 17:12 Default-Landscape.png
-rw-r--r--  1 cjs  staff  551670 Sep 24 17:12 Default-Portrait.png
-rw-r--r--  1 cjs  staff   65187 Sep 24 17:12 Default.png
-rw-r--r--  1 cjs  staff  185556 Sep 24 17:12 Default@2x.png
-rw-r--r--  1 cjs  staff     285 Sep 24 17:12 Entitlements.plist
-rw-r--r--  1 cjs  staff   25555 Sep 24 17:12 appicon.png
-rw-r--r--  1 cjs  staff     260 Sep 24 17:12 debugger.plist
-rw-r--r--  1 cjs  staff     132 Sep 24 17:12 stylesheet.plist

— asked 8 months ago by Chad Shmukler
1 Comment
  • Missing from your question are a number of important pieces of information. I suggest you take a look at the Using Questions and Answers article, specifically the Q&A Question Checklist. The missing information is critical to reproducing problems in a test environment and often indicates other factors that cause the undesirable outcome you are experiencing.

    — commented 8 months ago by Stephen Feather

1 Answer

My apologies.

[INFO] Titanium SDK version: 2.1.3 (09/15/12 12:03 a77d91c) [INFO] iPhone Device family: universal [INFO] iPhone SDK version: 6.0

Mac OS 10.7.4 Titanium Studio, build: 2.1.2.201208301612

Your Answer

Think you can help? Login to answer this question!