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>
I think your font file has been corrupted. Add it again and then try.
This link will help you Add Custom Font in your app.
Make sure your file should be .ttf . Do you have any .ttf file or not ? If YES then add it to you project folder and then make little changes in your info.plist file.
If you dont have any .ttf file then download it first. It is your font file.