When I submit build to AppStore I see errors:
ERROR ITMS-4088: \"No software found with apple_id: *\" at SofwareAssets
ERROR ITMS-4238: \"Redundant
For the error ERROR ITMS-4088: "No software found with apple_id: *" at SofwareAssets
Make sure you have the correct itunesconnect account connected with xcode.
Alternatively - you can simply add in the production iTunes Connect login details in xcode.
Currently, the iTunes Connect user account is limited to one commercial entity. Whereas the Apple developer account can be granted access to multiple organisations. To get around this, use a different email address or alias to successfully add your iTunes Connect User.
The problem is caused by your developer accout. I had the same issue. My developer account has multiple teams. But the email of this account can only be associated with one iTunesConnect Account. If you want to submit the app which is not related to your own iTunes Connect you should use application loader. In application loader enter the account info which is related to apps iTunesConnect acoount. Then you are raedy to submit your app.
For my case, I have two accounts on XCode. One with two teams (A and B), and the second with only one (B). When I build and try to submit an application for B team, using first account gives me this error.
However, when I select the second account with only one time, It works without a problem. hope this helps.