Tagged Questions

14
votes
4answers
3k views

Trim trailing spaces in XCode

Is there a way to force XCode to trim trailing whitespaces when I save file? I'm using version 3.1.3 if that matters.
2
votes
1answer
172 views

Jump to file and line from outside XCode 4.2

For the NSLogger project we would like to implement the feature to directly jump back to XCode to the line in the file that issued the log entry. One would expect thatthis would be easy using the ...
1
vote
2answers
434 views

Adding network users to _developer group (Leopard Server, Snow Leopard Client)

We have a Leopard server and a network of iMacs running Snow Leopard. Some of our users are having trouble running the debugger through XCode as the system asks for a member of the Developer Tools ...
1
vote
1answer
304 views

How do I uninstall Apple Developer Tools EXCEPT for the iPhone simulator?

I installed the Developer Tools and it ends up I don't really need them and it takes up a lot of room on my small hard drive. However I find the iPhone simulator extremely useful for mobile web ...
0
votes
1answer
170 views

Deleted the /Developer/Platforms/iPhoneOS.platform/DeviceSupport folder and now I can't test on my device

I deleted the /Developer/Platforms/iPhoneOS.platform/DeviceSupport folder by mistake trying to fix an EXC_BAD_ACCESS error. The folder I was supposed to delete was: ...
0
votes
1answer
64 views

How do you view the console in Xcode3 without switching to Debug view?

I know you can see the console in debug view at the bottom, but I want to see it in the project view as well. Thanks for your help!