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 Dec 1, 2024
1 parent 1111ab7 commit e02649a
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 e02649a

Please sign in to comment.