Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't drag folder from one project to another in xcode4

Tags:

xcode4

iphone

I am trying to use facebook connect and you sare supposed to be able to drag and drop folders but it doesn't work in XCode 4! any ideas?

Update 1/8/2017: This is still true in Xcode 8.2.1

like image 956
user491880 Avatar asked Apr 09 '11 00:04

user491880


People also ask

How do I drag and drop from one folder to another?

How do I Drag and Drop? By default, if you left-click and HOLD the left mouse or touchpad button while moving your mouse pointer to a different folder location on the same drive, when you release the left mouse button the file will be moved to the new location where you released the mouse button.

How do I copy one project to another in Xcode?

Knowledge BaseClick the arrow button to the right of the file and select Move or Copy file from the dropdown menu. When you choose Copy this file from the move or copy dropdown, you will then be able to select which project to copy it to. You can make a copy of the file in the existing project or in another project.


1 Answers

Previously:
drag folder from project A to project B.

Now:
1. in project A, right click - show in finder
2. finder - go up a level
3. drag the folder into project B
4. delete unnecessary files inside the newly added folder


Good job, Apple.

PS: And it doesn't work for groups, as @zeeple mentioned in comments.

like image 130
superarts.org Avatar answered Nov 07 '22 05:11

superarts.org