Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
257 views
in Technique[技术] by (71.8m points)

Xcode: Delete applications in Organizer/Archives?

I've been getting the "there was internal api error" message in Xcode and I've finally figured out what the problem was. Apps run with the same bundle identifier will result in this error.

Turns out that the apps aren't being deleted in Organizer. When I delete them, they disappear. But when I quit Xcode, reopen, enter organizer, the applications are still there.

Are these Applications stored in Xcode or on my iDevice? Can I go in and manually remove them? What directory?

Has anyone had this problem? Solutions?

question from:https://stackoverflow.com/questions/7926804/xcode-delete-applications-in-organizer-archives

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

In Xcode 4 you can delete an archived application manually. Right click on it, Show in Finder, remove it as any other folder. Xcode will detect the deletion and update the list of archived apps.

Archives are just bundles with .xcarchive extension under ${HOME}/Library/Developer/Xcode/Archives. They are organized in folders by date (like 2011-11-11). You can look inside using Show Package Contents menu item, like any other bundle.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...