From e4468c5b280767fac275ddf8b70ee3617cada8ea Mon Sep 17 00:00:00 2001 From: Bajji El houssaine Date: Tue, 10 Mar 2020 12:19:57 +0100 Subject: [PATCH] Update Podfile Fixed : Unable to find a target named `MBDocCapture_Tests` in project `MBDocCapture.xcodeproj`, did find `MBDocCapture_Example`. --- Example/Podfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index e264189..92246d5 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -2,10 +2,4 @@ use_frameworks! target 'MBDocCapture_Example' do pod 'MBDocCapture', :path => '../' - - target 'MBDocCapture_Tests' do - inherit! :search_paths - - - end end