I'm new for IOS develope and XCode. Here the goal I want is the let the published app display name in the local language used by device.
I've read some solution on ios forums, creating an InfoPlist.strings file, adding key 'CFBundleDisplayName'. But the my project won't build, there's an error reading the data file I've just added.
'Copy .strings file Error : Read Failed: The data couldn't be read because it has been corrupted'
Can someone explain me about this?
↧