Skip to content

Commit

Permalink
fix(🍏): Fix iOS linking error on RN 0.77
Browse files Browse the repository at this point in the history
fixes #2931
  • Loading branch information
wcandillon authored Jan 31, 2025
1 parent 815051b commit 644c5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/skia/react-native-skia.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Pod::Spec.new do |s|
"HEADER_SEARCH_PATHS" => '"$(PODS_TARGET_SRCROOT)/cpp/"/**'
}

s.frameworks = 'MetalKit'
s.frameworks = ['MetalKit', 'AVFoundation', 'AVKit', 'CoreMedia']

s.vendored_frameworks = use_graphite ?
base_frameworks + graphite_frameworks :
Expand Down

0 comments on commit 644c5d8

Please sign in to comment.