• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

iOS Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName'

P

Philipp lüönd

Guest
Hello,

i have Gamemaker 1.4.1772
When i export my game and try to upload to AppleStore.

I get this error Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName'
I look like the Icon 1024x1024 is missing.

How can i add this to my iOS game setting.

Thanks
 

2Dcube

Member
I was able to submit after setting icons through Xcode's "asset catalog"
and maybe also manually adding "CFBundleIconName" to the plist.
In Xcode, select <your app name> under "targets" and under General go to App Icons and Launch Images. You can click "use asset catalog" button there. Next you'd have to add some icon sizes, particularly the 1024x1024 one.

It gets reset after every build so it's quite annoying. Hopefully YoYo updates GMS1.4 soon.
 
Top