We have an app that was provided to us by a third-party developer. I do not have access to the source code or the xcodeproj file for this app. I have re-signed the app, using the iResign utility, with a distribution certificate and an App Store provisioning profile that I created in our developer account. I extracted the entitlements.plist file from the app using codesign, and updated it, replacing the third-party developer's Team ID and bundle ID, and assigned it an bundle ID that is from an App ID that I also created in the developer portal. Our team ID is "12A345BCDE", and the bundle ID value is "com.myiosapp". The iResign process is successful. I have the "Change ID" box checked on iResign, with the new bundle ID value provided in the field.When I submit the app using Application Loader, I get multiple instances of this error:ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that arenot supported on iOS. Specifically, value '12A345BCDE.com.myiosapp' for key 'application-identifier' in'Payload/myiosapp.app/Frameworks/KeychainItemWrapper.framework/KeychainItemWrapper'is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier."The application-identifier value actually is our TeamID, followed by a dot, followed by the bundle identifier. I can't figure out why it's unhappy with that value, or how to fix it. Any help would be much appreciated.