Closed
Description
Example warning :
ld: warning: duplicate symbol '_CRYPTO_memcmp' in:
/Users/nandishbellad/Development/TestYoutubeApp/TestPythonApp/AmazonFling.framework/AmazonFling(cryptlib.o)
/Users/nandishbellad/Library/Developer/Xcode/DerivedData/TestPythonApp-akquhzlstsszvfdavaajjevmysua/Build/Products/Debug-iphoneos/libcrypto.a(arm64cpuid.o)
Amazon Fling framework is using libcrypto internally and so we can just delete the the duplicate symbol in AmazonFling framework using lipo and ar commands. However , I think Amazon framework is using old openssl version code , so when removed some to the apis are not there in latest version of openssl that Python-iOS uses.
Can I get the Python-iOS framework with old version of openssl, probably 1.0.2?
Metadata
Metadata
Assignees
Labels
No labels