Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is this red line through the Xcode import auto suggest [duplicate]

What is this red line and what does it mean? This is Xcode 7.3, Cocoapods 0.39.0

Red line in question

After typing out the import I don't see any errors or warnings. I can use the library with no problems. The library itself has warnings but those are related to Xcode 7.3 changes to swift. I have never noticed this before.

Sometimes Xcode says my Pod project does not have recommended settings, but this still happens after applying the recommended settings.

like image 294
wyu Avatar asked Apr 06 '16 22:04

wyu


1 Answers

I think it might just be a bug with Xcode. Ever since the update, I have noticed there are red strike-thoughs on some of the frameworks.

UIKit strike-thru

As long as it works when you compile, everything should be fine.

like image 178
Kilo Loco Avatar answered Sep 22 '22 15:09

Kilo Loco