Skip to content

Commit 918500c

Browse files
committed
update swift version of vision camrea
1 parent 00ee8ea commit 918500c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ios/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ post_install do |installer|
114114
if target.name == 'react-native-video'
115115
config.build_settings['SWIFT_VERSION'] = '5.0'
116116
end
117+
if target.name == 'react-native-vision-camera'
118+
config.build_settings['SWIFT_VERSION'] = '5.2'
119+
end
117120
end
118121
end
119122
# Ensure deployment_target is set correctly for all projects

0 commit comments

Comments
 (0)