Skip to content

Commit 31a3502

Browse files
Fix Xcode 12 Compatibility (#672)
Xcode 12 (released on Sept 16) fails to build without the module being liked to React-Core directly. This change is needed for React Native 0.60.2 or newer for iOS Ref: facebook/react-native#29633 (comment) Co-authored-by: Yogev Ben David <[email protected]>
1 parent 10708fb commit 31a3502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-notifications.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Pod::Spec.new do |s|
2020
s.source_files = 'lib/ios/*.{h,m}'
2121
s.exclude_files = "lib/ios/RNNotificationsTests/**/*.*", "lib/ios/OCMock/**/*.*"
2222

23-
s.dependency 'React'
23+
s.dependency 'React-Core'
2424
end

0 commit comments

Comments
 (0)