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.
additionally first point remain error. so, hit fix issue button. new empty entitlements file appears.
of course, whatever action involving groups containerurlforsecurityapplicationgroupidentifier
or initwithsuitename
not work.
this how created entitlements files looks like:
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
Post a Comment