我正在嘗試構建kivy-ios幷包含openssl。我也跟着上Kivy用戶組以前的職位,並做了以下步驟:用OpenSsl支持構建Kivy-ios
- 取消註釋在build-all.sh
- 複製Setup.dist執行build-openssl.sh行至kivy-IOS/src/python_files/Setup.dist
- 克隆到https://github.com/st3fan/ios-openssl
- 取消註釋並將SSL變量更改爲pint到正確的位置。
我試着用克隆到ios-openssl中已經建好的庫。但是,當我嘗試構建kivy-ios時,出現關於「_SSLv2_method」的鏈接錯誤。任何想法可能會造成這種情況?任何幫助表示讚賞。
Undefined symbols for architecture x86_64:
"_SSLv2_method", referenced from:
_PySSL_sslwrap in libpython2.7.a(_ssl.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [python.exe] Error 1