My same problem is solved.
In my case, I solved it by changing the Installation Directory in the App TARGET Deployment settings from /Applications/Xcode.app/Contents/Developer to $(LOCAL_APPS_DIR), or /Applications.
Or maybe the following will help.
https://stackoverflow.com/questions/76615852/xcode-14-shows-archive-missing-bundle-identifier-when-archiving-ios-app-but-i
Post
Replies
Boosts
Views
Activity
Hello, I am also having the same problem.
In my case, after the error, when I check the directory, .xcarchive is output, but Info.plist is not present inside .xcarchive.
When I created another simple project, I verified that the Info.plist was present inside the correctly generated .xcarchive.