Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Today Extension stuck on "Failed to inherit CoreMedia permissions" error

i'am trying to add an app extension to my project (Today Extension).

Things that i've made so far:

  1. Enable "App Groups" from both main application and extension capabilities.
  2. Checked that both targets "Team" profiles are valid. (even deleted them from provisioning portal and let xcode to receated them)
  3. Checked from provisioning portal that both app id's have correct groups selected.
  4. Deleted everything from provisioning portal, and receated everthing through xcode.

Everything looks ok, both targets have "app groups" enabled and selected same app group id's, and no error visible.

btw. I 've tried both on normal and beta (6.2) versions of xcode. Still no luck..

like image 717
dreampowder Avatar asked Dec 07 '14 14:12

dreampowder


1 Answers

I get the same error but still my share extension works (and was approved by Apple). So maybe the error is somewhere else.

like image 86
dasdom Avatar answered Oct 21 '22 23:10

dasdom