Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix CI ios builds
Browse files Browse the repository at this point in the history
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
@@ -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.