Skip to content

Commit

Permalink
Add missing glog dep to React-idlecallbacksnativemodule.podspec (#48241)
Browse files Browse the repository at this point in the history
Summary:
`react_native_assert` on iOS uses glog under the hood, and #47911 added usage to a new podspec, which means new entire binary under some build modes. Need to add missing dependency I think?

Changelog: [Internal]

Pull Request resolved: #48241

Test Plan: tes_ios_helloworld passes with DynamicLibraries

Reviewed By: cipolleschi

Differential Revision: D67141052

Pulled By: NickGerleman

fbshipit-source-id: 299a499f40e9b54c4aca5d6e1c95c43ce933fb2b
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Dec 12, 2024
1 parent 6059660 commit f4a17fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ Pod::Spec.new do |s|
s.dependency "ReactCommon/turbomodule/core"
s.dependency "React-runtimescheduler"
add_dependency(s, "React-RCTFBReactNativeSpec")
s.dependency "glog"
end

0 comments on commit f4a17fb

Please sign in to comment.