Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using perfectLib error ''ld: library not found for -lCOpenSSL for architecture x86_64"

Here is some images showing the problem. enter image description here

enter image description here

enter image description here

like image 817
jhd Avatar asked Sep 13 '16 06:09

jhd


1 Answers

You need to set the PROJECT Library search to your project directory Example here. Make sure the project is selected, not a framework in the settings (should be the blueprint icon on the top left). Go to build settings, search for "library search", and for that setting, type "$(PROJECT_DIR)" and set it to recursive. It should automatically find your project directory.

like image 141
Sinbu Avatar answered Sep 30 '22 20:09

Sinbu