Localizable.strings file changes into gibberish

For the iPhone programmers out there:

If you copy a Localizable.strings file from one project to another and it turns into gibberish (lots of question marks), change the File Encoding to Unicode (UTF-16).

Also, if you’re using Core Location and you get an error about CLLocationManagerDelegate not being found, add this line to your ProjectName_Prefix.pch file:

#import <CoreLocation/CoreLocation.h>

This entry was posted in Travel. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>