Daniel Bowden

Results 4 comments of Daniel Bowden

You should run ``` sh pod repo update ``` or ``` sh bundle exec pod repo update ``` As of CocoaPods 1.0, `pod repo update` does not happen on `pod...

I have just noticed the same thing with SAMKeychain. (https://github.com/soffes/SAMKeychain/blob/master/SAMKeychain.podspec) ``` ruby spec.resources = 'Support/SAMKeychain.bundle'` ``` Unfortunately this also causes a crash as SAMKeychain attempts to do this: ``` objc...

Sorry mine isn't a subspec, `SAMKeychain` is a dependency of one of my dependencies. So a transitive dependency. Same result though, the resource bundle cannot be found

@jpstern were you ever able to get this working? I am experiencing the same issue of the notification block not firing for a modification if the modification does not affect...