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 14dc1ee commit 83751b7Copy full SHA for 83751b7
1 file changed
ios/Podfile
@@ -37,5 +37,14 @@ end
37
post_install do |installer|
38
installer.pods_project.targets.each do |target|
39
flutter_additional_ios_build_settings(target)
40
+
41
+ # Start of the permission_handler configuration
42
+ target.build_configurations.each do |config|
43
+ config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
44
+ '$(inherited)',
45
+ ## dart: PermissionGroup.camera
46
+ 'PERMISSION_CAMERA=1',
47
+ ]
48
+ end
49
end
50
0 commit comments