Using OpenSSL cocoa pod in iOS project
问题 I'm trying to import OpenSSL pod header files into my iOS project. However, Xcode cannot find OpenSSL header. It says #import <OpenSSL/bio.h> OpenSSL/bio.h file not found But I was able to command + click to jump to the bio.h The OpenSSL pod is installed successfully and my PodFile is like below platform :ios, '9.0' use_frameworks! target 'MyProject' do pod 'OpenSSL', '~> 1.0' end using Xcode 7.2 Edit I have tried clean, build and delete Derived Data folder but still not working. 回答1: 1) I