From 93d4ebaa61c0c565388c671256c1eb560e97b004 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Tue, 27 Sep 2016 12:03:08 +0300 Subject: [PATCH] Remove -lObjC from xcode build flags. Fix #13. --- SimulatorRemoteNotifications.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SimulatorRemoteNotifications.podspec b/SimulatorRemoteNotifications.podspec index f734eba..f5681e9 100644 --- a/SimulatorRemoteNotifications.podspec +++ b/SimulatorRemoteNotifications.podspec @@ -9,10 +9,9 @@ Pod::Spec.new do |s| s.requires_arc = true s.platform = :ios s.ios.deployment_target = '6.0' - s.xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' } s.author = { "Arnaud Coomans" => "arnaud.coomans@gmail.com" } s.source_files = 'SimulatorRemoteNotifications/**/*.{h,m}' s.source = { :git => "https://github.com/acoomans/SimulatorRemoteNotifications.git", :tag => '0.0.3' } -end \ No newline at end of file +end