From 04ce84025c5bc6477cdf81390e17e8436fab28ae Mon Sep 17 00:00:00 2001 From: Nikita Babonov Date: Fri, 6 Dec 2019 12:43:25 +0500 Subject: [PATCH] fix watchOS < 6.0 crash with Xcode 11 --- EMTLoadingIndicator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMTLoadingIndicator.podspec b/EMTLoadingIndicator.podspec index 6473f62..fa6816a 100644 --- a/EMTLoadingIndicator.podspec +++ b/EMTLoadingIndicator.podspec @@ -13,6 +13,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/hirokimu/EMTLoadingIndicator.git", :tag => s.version } s.watchos.source_files = "EMTLoadingIndicator/Classes/*.swift" s.watchos.resources = "EMTLoadingIndicator/Resources/*.png" - s.frameworks = "WatchKit", "UIKit" + s.frameworks = "UIKit" s.requires_arc = true end