My Xcode project unfortunately changed to read only state, nothing is going to be modified. i cant able to forward. help me to change my Xcode status from read only to read/write.
help me to fix it.
thanks in advance.
My Xcode project unfortunately changed to read only state, nothing is going to be modified. i cant able to forward. help me to change my Xcode status from read only to read/write.
help me to fix it.
thanks in advance.
go to the Terminal and change it:
cd PATH #where PATH is the directory where you project is
sudo chown -R YOURUSER:staff .
sudo chmod -R 775 .
Thant will reset all permission to writable for you, readonly for others