how to set linker flags ?

Hi,
I have a project where I use some OpenSSL API so I need to link it to the library (-lssl -lcrypto) when building. In XCode I set those flags in "Other Linker Flags". Where can I set it in AppCode ?

thanks,
Tex

0
Avatar
Permanently deleted user

You have to "Open Project with XCode" (File menu)

Most settings have to be set in XCode project.
I did link several libs this way, no problem!

0

请先登录再写评论。