EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 446 forks source link

can't add the com.apple.keystore.device and com.apple.keystore.access-keychain-keys entitlements #1542

Open tactusoft opened 4 years ago

tactusoft commented 4 years ago

Good afternoon.

I have these errors:

Automatic signing is unable to resolve an issue with the "xxxx" target's entitlements. Automatic signing can't add the com.apple.keystore.device and com.apple.keystore.access-keychain-keys entitlements to your provisioning profile. Switch to manual signing and resolve the issue by downloading a matching provisioning profile from the developer website. Alternatively, to continue using automatic signing, remove these entitlements from your entitlements file and their associated functionality from your code.

Provisioning profile "iOS Team Provisioning Profile: xx.xxx.xx" doesn't include the com.apple.keystore.access-keychain-keys and com.apple.keystore.device entitlements.

Thanks you.

TamasRusvai commented 4 years ago

I have the same issue.

Anyone know a workaround or a solution?

erkanarslan commented 4 years ago

Did anyone solve this problem?

erkanarslan commented 4 years ago

I solved the problem by removing com.apple.keystore.access-keychain-keys and com.apple.keystore.device keys and their values from the entitlements file inside App_Resources/iOS folder. Remove these:

<key>com.apple.keystore.access-keychain-keys</key>
<true/>
<key>com.apple.keystore.device</key>
<true/>
Rajdeo-Das commented 2 years ago

https://stackoverflow.com/a/71509122/5195000 updating ios platform worked for me.