nativescript-plugin-firebase icon indicating copy to clipboard operation
nativescript-plugin-firebase copied to clipboard

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

Open tactusoft opened this issue 5 years ago • 4 comments

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.

tactusoft avatar Jan 28 '20 21:01 tactusoft

I have the same issue.

Anyone know a workaround or a solution?

TamasRusvai avatar Feb 03 '20 19:02 TamasRusvai

Did anyone solve this problem?

erkanarslan avatar Apr 18 '20 16:04 erkanarslan

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/>

erkanarslan avatar Apr 19 '20 18:04 erkanarslan

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

Rajdeo-Das avatar Mar 17 '22 08:03 Rajdeo-Das