Unable to upload/distribute my sticker Build to App Store Connect

Steps to reproduce the issue:

  1.   Clicked on ‘Stickers.xcstickers’ folder and selected ‘Generic iOS Device’, ran ‘Archive’ from the menu. It showed Build succeed.

   2.  Clicked on ‘Distribute App’ button. App Store Connect > Upload > Checked Upload your app’s symbols to receive symbolicated reports from Apple > Automatically manage signing > Upload.

   3.  Showed ' Distribution failed with errors:’ ‘ App Store Connect Operation Error: ERROR ITMS-90190: "Invalid Info.plist Key. The key 'NSExtension' in the Info.plist file is not valid.”’

Does anyone have an idea how to fix this issue?
Right-click the Info.plist file in your project and choose to > Open as > Source Code, and remove this entry:
Code Block
<key>UIUserInterfaceStyle</key>
<string></string>

Then clean-build-folder and try again.

Good luck.
Unable to upload/distribute my sticker Build to App Store Connect
 
 
Q