Aben's Blog

vuePress-theme-reco Aben    2020 - 2023
Aben's Blog Aben's Blog

Choose mode

  • dark
  • auto
  • light
Home
Category
  • Docker
  • Node.js
  • golang
  • iOS
  • macOS
Tag
TimeLine
More
  • GitHub
  • Backend
author-avatar

Aben

14

Article

18

Tag

Home
Category
  • Docker
  • Node.js
  • golang
  • iOS
  • macOS
Tag
TimeLine
More
  • GitHub
  • Backend

Fix "category overrides method from class" warning

vuePress-theme-reco Aben    2020 - 2023

Fix "category overrides method from class" warning

Aben 2021-09-19 00:10:48 Xcode

Instance method in category overrides method from class (linker warning).

Add

-Xlinker
-no_objc_category_merging
1
2

to the Other Linker Flags and the warning was suppressed