Skip to content

Commit 1c06c15

Browse files
committed
fix CI ios builds
1 parent f02b64b commit 1c06c15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/bare/ios/Podfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ if ENV['RNV_SAMPLE_VIDEO_CACHING']
1717
$RNVideoUseVideoCaching = true
1818
end
1919

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

0 commit comments

Comments
 (0)