From 49b35714a302f734e7438da1073e4d5806ac7908 Mon Sep 17 00:00:00 2001 From: Martin Yankov Date: Fri, 2 Aug 2019 10:23:03 +0300 Subject: [PATCH] fix: prevent plugin podfile platform version clash (#7626) --- tns-core-modules/platforms/ios/Podfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tns-core-modules/platforms/ios/Podfile b/tns-core-modules/platforms/ios/Podfile index c1b2f02b7..6c71dc9ff 100644 --- a/tns-core-modules/platforms/ios/Podfile +++ b/tns-core-modules/platforms/ios/Podfile @@ -1 +1,4 @@ +platform :ios, '9.0' +use_frameworks! + pod 'MaterialComponents/Tabs', '~> 84.4' \ No newline at end of file