From 7539fa46ffe24743e6b9db640cf04028b406365a Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Wed, 5 Sep 2018 13:27:57 +0300 Subject: [PATCH] Probably the tests were missing a link to the Core component - let's try this --- SDWebImageWebPCoderTests/Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/SDWebImageWebPCoderTests/Podfile b/SDWebImageWebPCoderTests/Podfile index b7812b0..034fddf 100644 --- a/SDWebImageWebPCoderTests/Podfile +++ b/SDWebImageWebPCoderTests/Podfile @@ -6,4 +6,5 @@ workspace '../SDWebImageWebPCoder' target 'SDWebImageWebPCoderTests' do pod 'SDWebImageWebPCoder', :path => '../' + pod 'SDWebImage' end