1. 程式人生 > >支付寶的warning: (arm64)...: No such file or directory警告 和 #include 'openssl/rsa.h' file

支付寶的warning: (arm64)...: No such file or directory警告 和 #include 'openssl/rsa.h' file

記錄自CocoaChina

1)  Go to Build Settings -> Build Options -> Debug Information Format


2)  Change the Debug setting from "DWARF with dSYM File" to "DWARF"

3)  Leave the Release setting at "DWARF with dSYM File"

AlipaySDK.framework 是先 build 的靜態 lib ,然後轉成的 framework ,但是在 build 靜態 lib 時 CLANG_ENABLE_MODULES 沒有被設定成 disabled 。 

#include <openssl/rsa.h> 'openssl/rsa.h' file not found  新增路徑即可