Skip to content

Commit 1b8fc65

Browse files
author
Romain Briand
authored
Update MixpanelReactNative.podspec
Using dependency "React" is a mistake. It prevents IOS projects using Mixpanel to build when project Podfile is using static framework. See: facebook/react-native#29633 (comment)
1 parent c4c2caf commit 1b8fc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MixpanelReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
1818
s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'
1919
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2020

21-
s.dependency "React"
21+
s.dependency "React-Core"
2222
s.dependency "Mixpanel-swift", '3.3.0'
2323
end

0 commit comments

Comments
 (0)