phonegap build + phonegap-cli + ionic icons -


i pretty sure trying accomplish kind of extreme.. no wait, isn't!

i need ionic resources+phonegap-cli+phonegap build combo right.

now, here's problem.

no matter how hard try (because trying hard , wrong ^^ ) can't ios build show icon files submitting phonegap build. beginning consider fault not entirely on pg:build side.

i have root folder, /app application , /resources folder. latter generated ionic resources.

now when build phonegap remote have structure in /pgbuild folder create ad hoc: /resources /www

the config.xml (which in main project root folder) contains following entries:

here's ipa package contents:

which more or less specificated in phonegap build docs. in docs there no way found understand path these src relative. root of zip? root of www? i've tried move /resources /www, no avail.

i've tried pretty every combination of folders , src, missing because info.plist contains only:

cfbundleiconfiles = ( "icon.png", "icon-60.png", "icon-60@2x.png", "icon-76.png", "icon-76@2x.png", "icon-60@3x.png" );

which weird because these icons correct :) except icon.png doesn't copied.

in 1 app had exact problem prevented me submit app store, solved -believe me or not- not able recreate condition on app.

these commands run ionic app root:

ionic resources 

to generate resources, then:

mkdir -p pgbuild/www;  mkdir -p pgbuild/resources cp -r ./resources/* ./pgbuild/resources  cp -r ./www/* ./pgbuild/www;  cp config.xml pgbuild/;  cd pgbuild && phonegap remote build ios && cd .. ;  

is phonegap-cli supported kind of remote build? missing something?

@suprandr, i've got online demo apps on getting icons , splash screens working. documentation ios convoluted. (should blame middle managers taking old documentation offline?) notes on github include: on filesnames , how found ios

note: use phonegapbuild. i've created boilerplates around annoyance remembering did last time. best of luck, jesse.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -