Open akbar607 opened 5 months ago
Got this issue while uploading prod scheme Missing Info.plist value. A value for the key 'NSExtensionPointIdentifier' in bundle
prod scheme
Missing Info.plist value. A value for the key 'NSExtensionPointIdentifier' in bundle
But it has that specific value
`
<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.
runner
Why the prod scheme has this issue?
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
`
`
But while pushing
runner
scheme it is working fine.Why the
prod scheme
has this issue?