Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unlock xcode file to make edits from different computers?

Tags:

xcode

How to unlock xcode file to make edits from different computers? (I would prefer not the old fashion copy and paste in a new one)

thx

like image 797
jdl Avatar asked Mar 04 '12 22:03

jdl


People also ask

Is currently locked because you are not the owner of the file and do not have write permission Xcode?

Go to the Folder in Finder where the xcode project is and right click -> Get info. The permissions and the bottom should be set to read/write and in my case they were. The trick is to click the settings icon at the bottom and select "Apply to enclosed items".

How do I add an existing file to Xcode project?

Add Existing Files and Folders to a ProjectDrag the files from the Finder into the Project navigator. Click the Add button (+) in the Project navigator's filter bar, and choose Add Files to “projectName”. Choose File > Add Files to “projectName”.

How do I save a file in Xcode?

File -> Save saves the current file, which is the one in the currently active editing pane. You can hold down the Option key when choosing from the File menu to save all files that have changes. (The default key equivalents are Command-S and Command-Option-S.)


1 Answers

Try this, Open terminal and enter the following commands (Changing files and directories for your app if needed) In some cases you may need to add '-R' after chmod and chown.

enter image description here

like image 200
Mick MacCallum Avatar answered Jan 03 '23 12:01

Mick MacCallum