Skip to content

Commit 2ce4440

Browse files
author
Adrian Stein
authoredOct 25, 2020
Fix Xcode 12 compatibility (#143)
* Fix Xcode 12 compatibility Compilation fails on Xcode 12 with `Undefined symbols for architecture` errors, due to the React dependency in the podspec. See the react-native issue here - facebook/react-native#29633 (comment) * Update react-native-restart.podspec
1 parent 1550bf6 commit 2ce4440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎react-native-restart.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515

1616
s.source_files = "ios/**/*.{h,m}"
1717

18-
s.dependency "React"
18+
s.dependency "React-Core"
1919
end

0 commit comments

Comments
 (0)
Please sign in to comment.