I have an app that I'm building and signing and deploying for the Mac App Store.
I received an email that there were problems with the deployment that make no sense to me.
ITMS-90286: Invalid Code Signing Entitlements - Your application bundle's signature contains code signing entitlements that are not supported on macOS. Specifically, value '367****Y2.com.foo.foo-one.electron' for key 'com.apple.application-identifier' in 'Foo One.app/Contents/MacOS/Foo.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libEGL.dylib' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier .
Say what now?
This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier .
But that is exactly what it is set to:
367****Y2.com.foo.foo-one.electron
(asterisks just here to obscure our actual TeamID)
I have no idea how to proceed. Any advice?
Similar to this question thread 698452