I am trying to add a custom font in my app, searched the web, there are many posts but i am getting error
InfoPlist.strings:0: error: validation failed: The data couldn’t be read because it has been corrupted. i dont get what's the issue, i added a new file of font in my project and added this code in plist, i never used plist before
<key>UIAppFonts</key> <array> <string>CloisterBlack.ttf </string> </array> 