79197464

Date: 2024-11-17 15:10:38
Score: 0.5
Natty:
Report link

What worked for was to set permissions (the accepted answer), then copy file to a Desktop, for example. There I was able to edit it using Xcode. Then I copied the file back using cp command and that's it.

Full command (assuming you are in the directory):

sudo cp /Users/<username>/Desktop/SDKSettings.plist SDKSettings.plist
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Maxim Yarmolik