Menu

plist error

Kaelten
2009-05-15
2013-04-24
  • Kaelten

    Kaelten - 2009-05-15

    I have this line:

        paths = [paths arrayByMatchingObjectsWithRegex:keyPattern];

    generating this error:

        CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.

    Please help.

     
    • John Engelhart

      John Engelhart - 2009-05-15

      This is a problem with Resources/English.lproj/Localizable.strings.  There's a few (three, I think) entries that are missing a ';' at the end which is what causes the warning.

       
    • Kaelten

      Kaelten - 2009-05-18

      Yep that was it, two lines actually. 

      Thanks much, it was just annoying me to have it popup each time.

       

Log in to post a comment.