Describe the Bug
Resolve non fatal warning in macos with no rule to process flutter_secure_storage_darwin/Resources/PrivacyInfo.xcprivacy
To Reproduce
Steps to reproduce the behavior:
$ flutter run --debug -d macos --flavor dev
Launching lib/main.dart on macOS in debug mode...
warning: no rule to process file '/Users/u9904893/.pub-cache/hosted/pub.dev/flutter_secure_storage_darwin-0.1.0/darwin/flutter_secure_storage_darwin/Sources/flutter_secure_storage_darwin/Resources/PrivacyInfo.xcprivacy' of type 'text.xml' for architecture 'arm64' (in target 'flutter_secure_storage_darwin' from project 'Pods')
warning: no rule to process file '/Users/u9904893/.pub-cache/hosted/pub.dev/flutter_secure_storage_darwin-0.1.0/darwin/flutter_secure_storage_darwin/Sources/flutter_secure_storage_darwin/Resources/PrivacyInfo.xcprivacy' of type 'text.xml' for architecture 'x86_64' (in target 'flutter_secure_storage_darwin' from project 'Pods')
Building macOS application...
✓ Built build/macos/Build/Products/Debug-dev/notepod.app
Expected Behaviour
No warnings during macos build.
Context
Where has the issue been observed:
[Add any other context about the problem here.]
App Version: notepod 0.3.0+19
Flutter Version: Flutter 3.38.3 • channel stable
Closing Criteria
Checklist for closing the issue:
Describe the Bug
Resolve non fatal warning in macos with no rule to process flutter_secure_storage_darwin/Resources/PrivacyInfo.xcprivacy
To Reproduce
Steps to reproduce the behavior:
Expected Behaviour
No warnings during macos build.
Context
Where has the issue been observed:
[Add any other context about the problem here.]
App Version: notepod 0.3.0+19
Flutter Version: Flutter 3.38.3 • channel stable
Closing Criteria
Checklist for closing the issue:
make prep