You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: