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
Reply to WidgetEntryPointFactory' does not conform to `NonUIEntryPoint` when previewing watch widget
Yes indeed that worked for me too. Thanks!
Replies
Boosts
Views
Activity
Jun ’22
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)
Replies
Boosts
Views
Activity
Sep ’21