I am having trouble getting a new release of my app validated.
I am building with SDK 3.4.0.RC and iOS SDK 8.0.
When I try to validate the package from Xcode Organizer I get an error saying: iTunes Store operation failed. Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitelments that are not supported on iOS. Specifically, value '*' for key 'com.apple.developer.associated-domains' in 'Payload/MyAppName.app/MyAppName' is not supported.
When I expand the package before validating I can see that "com.apple.developer.associated-domains" has a value of '*'.
I could not find anything in tiapp.xml related to that setting.
How do I fix this?
Thanks for any help!