Skip to content

Commit

Permalink
fix CI ios builds
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed Nov 26, 2024
1 parent f02b64b commit 1c06c15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/bare/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ if ENV['RNV_SAMPLE_VIDEO_CACHING']
$RNVideoUseVideoCaching = true
end

# Chache dependencies need to have modular headers
# Cache dependencies (SPTPersistentCache & DVAssetLoaderDelegate) need to have modular headers
if defined?($RNVideoUseVideoCaching)
use_modular_headers!
pod 'SPTPersistentCache', :modular_headers => true
pod 'DVAssetLoaderDelegate', :modular_headers => true
end

0 comments on commit 1c06c15

Please sign in to comment.