Skip to content

Instantly share code, notes, and snippets.

@kjessup
Created September 20, 2016 15:19
Show Gist options
  • Save kjessup/b7d1d513e1ea2bec96e2311cfe6c671d to your computer and use it in GitHub Desktop.
Save kjessup/b7d1d513e1ea2bec96e2311cfe6c671d to your computer and use it in GitHub Desktop.
Perfect 2.0 -lCOpenSSL link error
-lCOpenSSL link error?
Add to the PROJECT build settings > "Library Search Paths" = $(PROJECT_DIR) as "Recursive".
Add it to the project settings as a whole, not for individual targets.
Alternatively you can generate the project with the DEVELOPMENT-SNAPSHOT-2016-09-07-a+ toolchain.
@dongqihouse
Copy link

copy a tip from slack
nscabezon
8:16 PM for newcomers just add in "Library search paths” of the project the following —> "$(PROJECT_DIR)/**"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment