views:

45

answers:

2

Hi,

I inherited some source code and am now trying to adhoc compile it.
However, I'm seeing this error message

CodeSign error: The entitlements file '/Users/teepusink/Documents/i_think_the_original_guys_path/Entitlements.plist' is missing

Where can I change that path? I do see that there exist an Entitlements.plist file and I've changed the Code Signing identity to mine.

Thanks,
Tee

A: 

You can change it by right clicking on your Target under Targets in Groups & Files, hit the 'Get Info' option. Select Adhoc from the Configuration dropdown at the top left, then change Code Signing Entitlements to the path of the Entitlements.plist file located on your computer.

Calvin L
A: 

Another easy way to fix a path is to just delete the file reference in your project, make sure the file is where you want it (move, copy, check out from the repository), and then (re)add the file/plist to your project.

hotpaw2