Javier Fuchs

Results 4 comments of Javier Fuchs

Hi @hermannkuschke, @sgup77, using the same com.apple.CoreData.ConcurrencyDebug 1 in this pod (tag 4.0.0) I have found that the storageQueue changed, not sure if this is related to this issue yet....

### Hi, I've just publish a PR here to fix issue #39 and issue #40, could you review? Thanks.

Good point @flashapplications, here I've the same issue. Until this is fixed for now I'm doing in my Podfile: ``` post_install do |installer| installer.pods_project.targets.each do |target| source_files = target.source_build_phase.files source_files.find...

### Hi, I've just publish a PR here to fix issue #39 and issue #41, could you review? Thanks.