i have spent a few hours on this to no avail. I have an application that has the static library Restkit. I hit upon quite a few errors, so i did the following:
added ad-hoc to restkit proj
added entitlements.plist to the restkit proj, with one key (can be debugged = NO)
after failing many times, as a last resort, i also added a info.list, with one key (get-task-allow=YES)
From here, the archiving works. But when i try to upload to testflight, it says that the:
"'Invalid Profile: developer build entitlements must have get-task-allow set to true"
I am very much stuck.
I also notice that some people have mentioned setting skip-install = NO but you end up with a archive with multiple applications when you do that, which cannot be signed or validated.
- i have also asked this on TF forum. will cross answer here if i get a reply, but very much hoping for help here too.