0

I have an iOS project that I have been working on for some time. I need to add entitlements. When I select my Target and check the "Entitlements" checkbox, it automatically un-checks it's self about 1 second later.

I have an .entitlements file in my project. I have removed it and recreated it. I have tried checking the "Entitlements" checkbox with and without the .entitlements file there.

I'm not sure what other details I need to provide to illustrate this issue, so if I have left anything out that may be important, please let me know.

bmike
  • 917
  • 2
  • 22
  • 41
Brian
  • 161
  • 1
  • 13

1 Answers1

1

I ended up figuring out the resolution. What I had to do was remove and delete the entitlements file from my project, then go to both the Project's Build Settings tab and the Target Build Settings tab and remove all references to my .entitlements file. After this I closed XCode and re-opened it. At this point I was able to click the "Use Entitlements" checkbox.

I am sorry for not returning to this question earlier.

Brian
  • 161
  • 1
  • 13