1

I need your help. Apple has been accepted my request for Apple CarPlay development. 1. I inserted line com.apple.developer.playable-content into my file.entitlements:

xCode file entitlement

  1. To my provision profile i added entitlement Apple CarPlay enter image description here

  2. But when i tried to make archive from my project i have error: enter image description here

What i am doing wrong? I use and Swift language and Objective-c

Genevios
  • 1,115
  • 1
  • 16
  • 29

1 Answers1

2

I found solution. You should disable automatically signing, and choose Provision profile with CarPlay entitlements. I suppose this answer can help for anyone.

enter image description here

Genevios
  • 1,115
  • 1
  • 16
  • 29