-2

My app crashes on a NSLocalizedString after it has run a few times over it with success. I have hundreds of other NSLocalizedStrings and they all work fine. I have no clue on why it crashes occasionally.

Help would be greatly appreciated

enter image description here

djromero
  • 19,551
  • 4
  • 71
  • 68
michaelsmith
  • 1,011
  • 1
  • 16
  • 35

1 Answers1

0

There is a missing @ in the second parameter of the macro.

djromero
  • 19,551
  • 4
  • 71
  • 68