soffes/SAMKeychain

Handle the case when there is no SAMKeychain.bundle

zummenix opened this issue · 1 comments

I'm using manual installation, i.e. copying SAMKeychain and SAMKeychainQuery classes into my project.

resourcesBundle = [NSBundle bundleWithURL:url];

This will fail if url == nil.

Perhaps other option is to explain that SAMKeychain.bundle is required when using manual installation.

I had the same crash on line 255. What is the fix?