diff --git a/ios/Podfile b/ios/Podfile index 9834fa88..cced78c4 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -78,7 +78,10 @@ post_install do |installer| 'PERMISSION_MEDIA_LIBRARY=0', ## dart: PermissionGroup.sensors - 'PERMISSION_SENSORS=0' + 'PERMISSION_SENSORS=0', + + ## dart: PermissionGroup.bluetooth + 'PERMISSION_BLUETOOTH=0' ] end