简体   繁体   中英

Xcode: Deleting project from project navigator

I imported another project into my own project, but instead of putting it inside my own project is is on same level as my project. That means i can't delete it from the project navigator, or at least i do not know how to do it ?

Anyone with same problem and maybe a solution ?

Try to locate your project file, option-click -> Show Package Content. Do the same for project.xcworkspace file. Open contents.xcworkspacedata file with a text editor, there might be two FileRef entries, remove the one you don't want to have, save and reopen the project, perform clean. I believe xcuserdata folders might be also removed to avoid interface state issues.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM