how to set linker flags ? Permanently deleted user 创建于 2011年11月01日 21:05 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
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!