From 870323b618cbeb8e998cabebe2b8cbfb50310ea3 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Fri, 29 May 2020 14:29:56 +0200 Subject: [PATCH] Fixed podfile --- ios/Podfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 4141035..37d9309 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -75,11 +75,6 @@ target 'Campus' do pod 'glog', :podspec => "#{rnPrefix}/third-party-podspecs/glog.podspec" pod 'Folly', :podspec => "#{rnPrefix}/third-party-podspecs/Folly.podspec" - target 'CampusTests' do - inherit! :complete - # Pods for testing - end - # react-native-cli autolinking use_native_modules!