From 11840d131390f3895b9b7875b84d95b04189543e Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Sat, 28 May 2016 22:07:18 +0300 Subject: [PATCH] Attempt to fix the latest build (failed because of Invalid `Podfile` file: [!] The specification of `link_with` in the Podfile is now unsupported, please use target blocks instead.) --- Tests/Podfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Podfile b/Tests/Podfile index 7f86b80..2006d8a 100644 --- a/Tests/Podfile +++ b/Tests/Podfile @@ -10,6 +10,5 @@ end target :ios do platform :ios, '5.0' - link_with 'Tests' import_pods end