I installed pod 'mailcore2-osx' to my empty macOS project
and got the following error
ld: library not found for -lcrypto
Linker command failed with exit code 1 (use -v to see invocation)
Set 'Other Linker Flags' under Build Settings: -lctemplate -letpan -lxml2 -lsasl2 -liconv -ltidy -lz -lc++ -stdlib=libc++ -ObjC -lcrypto -lssl -lresolv
It's not work for me.
Any ideas?