I am getting this error for every search path in my Library Search Paths. Deleting all library search paths does get rid of the error but I need them. App auth is the first warning I get.
ld: warning: directory not found for option '-L/Users/user/Library/Developer/Xcode/DerivedData/.../Build/Products/Debug-iphonesimulator/AppAuth'
Which results in the error
ld: library not found for -lAppAuth
lang: error: linker command failed with exit code 1 (use -v to see invocation)
Now when I go to the path above, App Auth is indeed NOT there. I am pod installing in my ios directory.
${PODS_CONFIGURATION_BUILD_DIR}/AppAuth
is added to my Library search paths.
What else can I do? If more information is needed, ask and I will provide it!