Apple Mach-O linker warning won't go away Apple Mach-O linker warning won't go away xcode xcode

Apple Mach-O linker warning won't go away


What I needed to do:

  1. Click on your project (targets)
  2. Click on Build Settings Under Library Search Paths
  3. delete the path

Worked wonders!


I found the reference which I had to delete at:

  • Target
  • Build Settings
  • Header Search Paths


Mine was under Framework Search Paths.

The easiest way to find where the bad path is, is to type a part of it in the search box on the top right. That will filter the list to only that one bad path. Deleting it, as the other answers suggest, fixes the problem.

See this answer for more info.