ijoshsmith / abandoned-strings

Command line program that detects unused resource strings in an iOS or OS X application.
MIT License
378 stars 67 forks source link

Crash due to force unwrapping #11

Open chaseacton opened 5 years ago

chaseacton commented 5 years ago

Seeing quite a few crashes here: let endIndex = lineWithoutFirstQuote.index(of:"\"")!

It would be best to remove all force unwrapping and make functions like extractStringIdentifierFromTrimmedLine return optional strings.