How to fix Xcode error: ld: warning: directory not found for option -L [X]
This is typically to do an inerrant Library search path. To fix:
- Select the Project Target
- Select "Build Settings"
- Select "Library Search Paths"
- Select the offending path and copy it into a text file (in case you need it later)
- After copying it, delete it using the "-" minus sign
Clean and build.
Subject:

Add new comment