We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ee8ea commit 918500cCopy full SHA for 918500c
1 file changed
ios/Podfile
@@ -114,6 +114,9 @@ post_install do |installer|
114
if target.name == 'react-native-video'
115
config.build_settings['SWIFT_VERSION'] = '5.0'
116
end
117
+ if target.name == 'react-native-vision-camera'
118
+ config.build_settings['SWIFT_VERSION'] = '5.2'
119
+ end
120
121
122
# Ensure deployment_target is set correctly for all projects
0 commit comments