Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Code Signing Entitlements #95

Open
ghost opened this issue May 3, 2022 · 1 comment
Open

Invalid Code Signing Entitlements #95

ghost opened this issue May 3, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented May 3, 2022

Hi and thanks for this great plugin!

For me it is working very well when I built my applications for Android and IOS. Unfortunately I get an error when I am trying to upload an App to the AppStore with this built in plugin:

"Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value '.' for key 'application-identifier' in 'Payload/MyApp.app/Frameworks/MSAL.framework/MSAL' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier.";

I checked my bundle-identifier in Info.plist and it is the same as the application-identifier and also the used TEAMID matches the pattern the error message is not happy about. I then checked what might be wrong in the Frameworks/MSAL.framework/ folder and just found that the bundle-identifier in the Info.plist there says "com.cocoapods.MSAL", but I am not sure if this is even relevant.

So I am a little confused about this error and only see it on validating before uploading to AppStoreConnect/AppStore.

Let me know if I can provide more information!

Best regards
Daniel

@peitschie
Copy link
Contributor

Just noting, I have been able to successfully validate and upload an app to the App Store with this plugin.

What version of cordova-ios and which version of the plugin are you using?

I'm running directly from github master, with cordova-ios version 6.2.0, if that's any help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant