Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!

A fix for an Xcode Project Find window issue Apps
At some point, I lost the ability to see any widgets in the Project Find window in Xcode. I then began many cycles of uninstalls via the uninstall perl script. I also deleted the Xcode plist files, followed by fresh reinstalls from Apple's Developer Tools site. However, nothing restored the missing widgets.

I was able to restore the broken window by going to Window » Defaults in Xcode, and then clicking 'Restore to Factory Default.' I'm not sure why removing the plist files, as well as uninstalling the developer package in full, did not reset the Project Find window in XCode, but this fixed the problem -- and saved my sanity.
    •    
  • Currently 3.67 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (6 votes cast)
 
[5,936 views]  

A fix for an Xcode Project Find window issue | 1 comments | Create New Account
Click here to return to the 'A fix for an Xcode Project Find window issue' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A fix for an Xcode Project Find window issue
Authored by: sjmills on Jun 07, '07 06:48:58AM

You might notice that Find and other window sizes/locations/etc are saved per-project, so trashing a global pref file ain't gonna fix it. Those settings are stored in the user files within the .xcodeproj package.



[ Reply to This | # ]