Xcode Project Resource Organization and Structure

前端 未结 4 1797
执笔经年
执笔经年 2020-12-12 18:44

I am relatively new to Xcode and one thing that has bothered me is that when I add a resource it gets added to the top level directory of my project directory. So for exampl

4条回答
  •  不思量自难忘°
    2020-12-12 18:52

    The accepted answer didn't work for me in Xcode 4.3.2. Looks like they removed the "Get info" menu option. Instead I did this:

    1. Created the directory on disk where I wanted it.

    2. Went to the file menu

    3. Right clicked on the group I wanted to add to

    4. Selected "Add Files to PROJECTNAME"

    5. Added the files from the directory I created in (1)

提交回复
热议问题