Whats also super awesome is that applying fixits automatically actually duplicates the fixit on each line.
e.g.
var color: CGColor = UIColor.red.CGColor
Gives two errors: 'CGColor' has been renamed to 'cgColor'
Applying fix all issues turns applies the fix twice resulting in:
var color: CGColor = UIColor.red.cgColorcgColor
(Submitted as FB9637621)
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: