cocoafob icon indicating copy to clipboard operation
cocoafob copied to clipboard

CocoaFob and Snow Leopard

Open ddurkee opened this issue 8 years ago • 1 comments

Do you know if there is an alternate way to implement the CFobLicVerifier that is compatible with Snow Leopard? My application is crashing on startup there. It was initially a problem with base32 encoding, with this error shown in the log: dyld: Symbol not found: _kSecBase32Encoding I found a workaround to that problem by finding code that decided base32 using different APIs. Now I'm having the same kind of error with _kSecDigestSHA1. I haven't yet found alternate APIs for this step that are Snow Leopard compatible. Do you know of any?

ddurkee avatar Mar 29 '16 20:03 ddurkee

Try cloning the openssl branch which should be compatible with Snow Leopard.

glebd avatar Mar 29 '16 21:03 glebd