AngeloAvv / flutter_flavorizr

A flutter utility to easily create flavors in your flutter application
https://pub.dev/packages/flutter_flavorizr
MIT License
468 stars 85 forks source link

Flavour runner rejecting app store #264

Open akbar607 opened 5 months ago

akbar607 commented 5 months ago

Got this issue while uploading prod scheme Missing Info.plist value. A value for the key 'NSExtensionPointIdentifier' in bundle

But it has that specific value

`

NSExtension
<dict>
    <key>NSExtensionPointIdentifier</key>
    <string>com.apple.usernotifications.service</string>
    <key>NSExtensionPrincipalClass</key>
    <string>NotificationService</string>
</dict>

`

But while pushing runner scheme it is working fine.

Why the prod scheme has this issue?