File could not be parsed as a strings file [R.swift]

540 Views Asked by At

I'm using R.swift and suddenly I got this error:

warning: [R.swift] File could not be parsed as a strings file: "File URL"

1

There are 1 best solutions below

0
On

It was an actual syntax error in the Localized.strings file.

"key" = "value"

instead of:

"key" : "value"