Post

Replies

Boosts

Views

Activity

Reply to Xcode 13 duplicates error messages in the editor
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)
Sep ’21