ios - Empty Entitlements files after adding App Groups capabilities -


i created app group identifier on our company account , link couple of apps id in order use on watch kit app developing.

the bundle id of apps looks this:

app:   com.company.app watch: com.company.app.watchapp  group: group.com.company.app 

after that, go xcode targets / capabilities , when enable app groups creates empty entitlements file. when click select app groups, creates new empty entitlements file. see images below.

enter image description here enter image description here

additionally first point remain error. so, hit fix issue button. new empty entitlements file appears.

enter image description here enter image description here

of course, whatever action involving groups containerurlforsecurityapplicationgroupidentifier or initwithsuitename not work.

this how created entitlements files looks like:

enter image description here

any clues on how can solve it?

to fix it, changed accented letter target.

the project language spanish, , original target name's león. after changing leon, problem solved, , entitlements generated should be.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -