mayonaise
mayonaise

Reputation: 129

Xcode Organizer: Can't Remove Device

Using Xcode 3.2.5. I recently connected a coworkers iPhone to my mac to try to install a test build for him to test. After that, I cannot remove his device from my Xcode Organizer. Removing the device will remove it from the device list, but a few minutes later it comes right back without me doing anything.

From another question I found this plist file, and tried manually removing the corresponding entry from it. This doesn't work either. When the device comes back in the Xcode Organizer, it is also re-populated in this plist file: /Users/kyleh/Library/Preferences/com.apple.Xcode.plist The entry is under XCKnownRemoteComputers

This is more than just me nit-picking. Sometimes Xcode Organizer will also pop up a warning message when the device is automatically added back. The warning message says "Could not connect to the device." It's a modal dialog box, so I have to click OK in order to continue using the Organizer.

Upvotes: 4

Views: 1727

Answers (1)

Walt Sellers
Walt Sellers

Reputation: 3939

Perhaps you have device logs in the special sub-folder where XCode keeps them: ~/Library/Logs/CrashReporter/MobileDevice/ Xcode may be having trouble deleting them.

You might also try repairing permissions on your Mac with the Disk Utility.

Upvotes: 1

Related Questions