When I build my app on mac OS I get a warning
WARNING: unrecognized key: settings.iphone.xcassets (string)
and my icons don’t show up in the simulator nor on a real device.
I copied the doc exactly so I can’t figure out why it doesn’t like my key.
settings = { orientation = { default = "landscapeRight", supported = { "landscapeLeft", "landscapeRight", }, }, iphone = { xcassets = "Images.xcassets", plist = { UILaunchStoryboardName = "LaunchScreen", -- Required! UIStatusBarHidden = true, }, }, }
My directory structure looks like this:
[sharedmedia=core:attachments:6973]
I am at a loss. Any ideas?