Error message
Library 'StaticAppSec_Debug ...' not found clang: error: linker command failed with exit code 1 (use -v to see invocation)
How to fix
This error can happen when the Other Linker Flags values are wrapped with double quote (")
- Below image is the example image which can show a Library not found build error.
This error can fixed by removing double quotes in Other Linker Flags.
To remove double quotes, you should not add the configuration by using dropdown. You must click the actual configuration section and copy & paste the configuration directly.
- The below image is an example of proper Other Linker Flags editing.
- If you edit the Other Linker Flags directly, then you can avoid the automatically added double quotes.