14

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.

shim
  • 9,289
  • 12
  • 69
  • 108
wyu
  • 1,793
  • 17
  • 33
  • Thanks, I kept searching red line and couldn't find anything - strikethrough was the keyword I was missing! – wyu Apr 07 '16 at 12:53

1 Answers1

19

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.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Kilo Loco
  • 529
  • 5
  • 10
  • 1
    I don't know why this is downvoted I believe this is true – pbush25 Apr 07 '16 at 04:42
  • @pbush25 because this question is a duplicate (see the dupe target), and this answer just reiterates the answers in the linked dupe target. – JAL Apr 07 '16 at 13:47
  • @BrianOgden I didn't downvote, but I can understand why someone would. This answer just restates the same info that is in the linked duplicate. – JAL Jul 23 '16 at 19:29