Skip to content

Commit e2342fa

Browse files
authored
fix: autolinking when using Xcode 12 (#90)
1 parent 4763a16 commit e2342fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/native-library/{%= project.podspec %}.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Pod::Spec.new do |s|
2121
s.source_files = "ios/**/*.{h,m,mm}"
2222
<% } %>
2323
24-
s.dependency "React"
24+
s.dependency "React-Core"
2525
end

0 commit comments

Comments
 (0)