Can't enable keychain sharing on Xcode 8.0 beta 6
Asked Answered
C

3

12

So I'm trying to turn on the Keychain sharing in target capabilities, and I got this error message:

Add the keychain sharing feature to your App ID.

enter image description here

The entitlements file is changed automatically when I turn on the Keychain Sharing. Anyone knows how to fix the second step? I did not find Keychain Sharing options for App ID in member centre.

enter image description here

Thanks!

Cooks answered 17/8, 2016 at 21:59 Comment(4)
Did you find a solution for this?Alexia
Forget it, restarting XCode fixed the issue...Alexia
This worked for me too - maybe add + accept it as the answer?Holpen
i got same issue, and restarting didn`t helpKara
P
4

The issue is still present in Xcode 8.1.

And, as Carles pointed in the comment above, restarting Xcode does the trick.

Ptolemaist answered 4/11, 2016 at 13:1 Comment(0)
S
1

You must enable development signing, then add correct provisionning profile in Project setting > Choose target > general tab

enter image description here

Sigma answered 27/9, 2016 at 13:8 Comment(0)
A
0

Just enable keychain sharing in app id from developer apple portal and then create new provision profile.run using new provision profile. hope so it will work for you

Arkwright answered 1/11, 2016 at 9:34 Comment(2)
There is no option to enable keychain sharing in the developer portal.Stope
go to your app id on developer apple protal. edit and enable keychain sharing @T.CervenkaArkwright

© 2022 - 2024 — McMap. All rights reserved.