error ITMS-90046

Hi,

After tens of successfull uploads to Itunes via Xcode (archive project) without any change to the plist file,

After updateding Xcode to the latest version i got this error:



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


Reset the MAC, clear the project, upload via Application Loader got the same error.


Please advice.

The plist file:


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-/
<plist version="1.0">
<dict>
    <key>application-identifier</key>
    <string>#deleted TID#.#deleted APP ID#</string>
    <key>aps-environment</key>
    <string>production</string>
    <key>com.apple.developer.team-identifier</key>
    <string>#deleted TID#</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.tigaro.OpenTheGate</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Omgate</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.021</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.021</string>
<key>Fabric</key>
<dict>
  <key>APIKey</key>
  <string>#deleted#</string>
</dict>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
  <key>NSExceptionDomains</key>
  <dict>
  <key>New item</key>
  <string></string>
  <key>omgate.me</key>
  <dict>
  <key>NSIncludesSubdomains</key>
  <true/>
  <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  <true/>
  <key>NSTemporaryExceptionMinimumTLSVersion</key>
  <string>1.0</string>
  <key>NSTemporaryExceptionRequiresForwardSecrecy</key>
  <false/>
  </dict>
  <key>omgateserver.com</key>
  <dict>
  <key>NSIncludesSubdomains</key>
  <true/>
  <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  <true/>
  <key>NSTemporaryExceptionMinimumTLSVersion</key>
  <string>1.0</string>
  <key>NSTemporaryExceptionRequiresForwardSecrecy</key>
  <false/>
  </dict>
  </dict>
</dict>
<key>NSLocationAlwaysUsageDescription</key>
<string>Enterting/Exiting gate region</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Fetching your gate location</string>
<key>UIAppFonts</key>
<array>
  <string>Anja Eliane accent002.ttf</string>
  <string>cubano-regular-webfont.ttf</string>
  <string>Cubano-Regular.otf</string>
</array>
<key>UIBackgroundModes</key>
<array>
  <string>bluetooth-central</string>
  <string>location</string>
</array>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
  <string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
  <string>UIInterfaceOrientationPortrait</string>
</array>
</dict>
</plist>
error ITMS-90046
 
 
Q