Today, my app is not available due to a forge error :
[ERROR] Forge API call to app/083eab52d[...]12313d1adcbe/template went wrong:
Field 'iphone-retina4' is required by field 'ipad'
In another app, this new launchimage iphone-retina4 field appeared automatically in App config. But not in my main app.
I tried forgetting, and importing the app again, with no luck.
Here is my launchimage section :
"launchimage": {
"android": "android.png",
"android-landscape": "android-landscape.png",
"ipad": "ipad.png",
"ipad-landscape": "ipad-landscape.png",
"ipad-landscape-retina": "ipad-landscape-retina.png",
"ipad-retina": "ipad-retina.png",
"iphone": "iphone.png",
"iphone-retina": "iphone-retina.png"
},
How can I make this field appear in App config in order to add iphone 5 launchimage ?
Thanks
iphone-retina4field. If you still can't see it, try the "clean app" action from the Forge tab for your app, otherwise you can modifysrc/config.jsonmanually as per the docs and comment below. – monk Sep 19 '12 at 9:38