簡而言之客蹋,就是打包的時候,應該使用發(fā)布證書趾代,但是使用了開發(fā)證書冀瓦,所以才會出現(xiàn)這個問題伴奥,修改為發(fā)布證書即可
When you see "iPhone Developer" in the code signing identity, that means Xcode will automatically select a matching identity to sign the app (It doesn't mean that no profile is selected).
From what I can see it looks like "iPhone Developer" is chosen for both Debug and Release configurations which will likely cause a problem because you cannot submit a Developer signed app to the App Store, it must be signed with a Distribution certificate and Distribution profile.
You will need to ensure that you have created a Distribution Certificate and profile to sign your app with before archiving it and submitting it via Xcode.
I would recommend you read up on how app store distribution works from the Apple documentation here:
Then if you still are having trouble, read the trouble shooting guide from the docs here: