-1

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"

Martin R
  • 529,903
  • 94
  • 1,240
  • 1,382
Alirza Eram
  • 134
  • 11

1 Answers1

0

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

"key" = "value"

instead of:

"key" : "value"

Alirza Eram
  • 134
  • 11