From b8a814ba4e2c91b443ca8027263debb40c506569 Mon Sep 17 00:00:00 2001 From: Thibault Malbranche Date: Wed, 10 Jan 2018 17:56:55 +0100 Subject: [PATCH] Fix cocoapods react-native-fcm 11 This Requires cocoapods 1.4 to run sudo gem install cocoapods --pre --- react-native-fcm.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react-native-fcm.podspec b/react-native-fcm.podspec index 619f2fa..0b24e42 100644 --- a/react-native-fcm.podspec +++ b/react-native-fcm.podspec @@ -12,6 +12,8 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/evollu/react-native-fcm.git' } s.platform = :ios, '8.0' s.source_files = "ios/*.{h,m}" + s.static_framework = true + s.dependency "React" s.dependency "Firebase/Messaging" end -- 2.26.2