Posts

Showing posts from October, 2018

Plist find error (Xcode, iOS)

If you have edited a Plist file on your own, it sometimes might not work after adding back to the Xcode project. Finding the error can be cumbersome. However, Macs come with a great tool called plutil . You can directly run it from the command prompt. Just run plutil E.g: plutil /Desktop/MyApp/myplistfile.plist You can easily figure out where the issue is after running the command.