while uploading my application to the appstore I will get 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, '#PREFIX#.#BUNDLE-IDENTIFIER#' for key 'application-identiffier' 'in Payload/#APPNAME#.app/Frameworks/JIRAMobileConnect.framework/JIRAMobileConnect' is not supported. This value should be a string with your TEAMID, followed by a dot '.', followed by the bundle identifier."
The #PREFIX# ist the correct one from the developer-portal. But in my Project the Prefix is never used.
I also tried to set the Build-Team to "NONE", but this doesn't helped.
Does anybody know how to solve this problem?