Steps to reproduce the issue:
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?
Post
Replies
Boosts
Views
Activity
Steps to reproduce the issue: Set Targeted Device Family ‘Universal’ and all Deployment Target to iOS 11.0.1. Set Debug and Release under info.plist File to ‘ Any iOS simulator’.
2. Chose ***.app for scheme and selected iPhone 8 Plus(11.0.1) as iOS Simulator.
3. Hit PLAY button. It showed Build succeed. But ‘ This app was unable to be installed ’ popped up. My sticker app isn’t showing in the simulator.
Details : ‘This app was unable to be installed.
Domain: IXUserPresentableErrorDomain
Code: 2
-
The messages stub app com.*** must have at least one app extension, but none were found.
Domain: MIInstallerErrorDomain
Code: 122
User Info: {
FunctionName = "-[MIBundle validatePluginMetadataWithError:]";
LegacyErrorString = MessagesStubAppMissingAppExtension;
SourceFileLine = 477;
}
—‘
Does anyone know how to resolve the problem?