upload app to App Store failed and get error in signing code for my application vb from vbulletin

please help to solve this error when I upload app via transporter get this : upload failed (7 issues errors ) :

ERROR ITMS-90035: "Invalid Signature. Invalid Info.plist (plist or signature have been modified). The file at path [8b787a9f7862.app/vbulletin] is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose "Clean All" in Xcode, delete the "build" directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html"

ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'A5NBT9DU4S.com.internetbrands.vbmobile' for key 'application-identifier' in 'Payload/8b787a9f7862.app/vbulletin' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier."

ERROR ITMS-90164: "Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. According to the provisioning profile, the bundle contains a key value that is not allowed: 'A5NBT9DU4S' for the key 'com.apple.developer.team-identifier' in 'Payload/8b787a9f7862.app/vbulletin'."

ERROR ITMS-90164: "Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. According to the provisioning profile, the bundle contains a key value that is not allowed: 'A5NBT9DU4S.com.internetbrands.vbmobile' for the key 'application-identifier' in 'Payload/8b787a9f7862.app/vbulletin'."

ERROR ITMS-90179: "Invalid Code Signing. The executable 'Payload/8b787a9f7862.app/vbulletin' must be signed with the certificate that is contained in the provisioning profile."

ERROR ITMS-90334: "Invalid Code Signature Identifier. The identifier "com.internetbrands.vbmobile" in your code signature for "vbulletin" must match its Bundle Identifier "com.internetbrands.8b787a9f7862""

WARNING ITMS-90901: "Missing full-screen support for the latest iPad mini display. The “8b787a9f7862.app” bundle includes UIRequiresFullScreen=YES in the Info.plist or supports only a subset of UISupportedInterfaceOrientations, and is built with the 14.2 SDK. To take advantage of the full screen size, recompile with Xcode 13 and the SDK for iPadOS 15 or later."

please help to solve this error when I upload app via transporter get this

Presumably this is an iOS app. Did you build your app (specifically, the .ipa you’re trying to upload) with Xcode? Or something else?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

upload app to App Store failed and get error in signing code for my application vb from vbulletin
 
 
Q