cocoafob
cocoafob copied to clipboard
CocoaFob and Snow Leopard
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?
Try cloning the openssl
branch which should be compatible with Snow Leopard.