Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to gain root access to Xcode to Disable Code Signing

I am trying to push an app to a jailbroken iPhone for development testing. I want to follow the steps in the second answer in this post, which involves editing Xcode's SDKSettings plist:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/SDKSettings.plist

When I try to edit this file, I get an error that I'm not the owner and cannot unlock it. How do I get root privileges for this file?

like image 998
Orchid Avatar asked Oct 15 '25 20:10

Orchid


1 Answers

Run the following command in Terminal:

sudo chmod 777 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/SDKSettings.plist
like image 127
Anne Avatar answered Oct 17 '25 10:10

Anne



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!