Runner.entitlements
How to generate Runner.entitlements in Flutter?
To generate this file,
- Simply click on Runner.xcworkspace which will open Xcode.
- Then go to Target > Runner > Signing & Capabilities
- Click on “+ Capability”
- Then add a capability that you need.
- Done âś…
FlutterSecureStorage
FlutterSecureStorage required to add Keychain Sharing Capability. After going through step by step above, it will generate following content:
<dict>
<key>keychain-access-groups</key>
<array />
</dict>