store folders in package contents (bundle resource

2019-04-21 02:18发布

I need to store a folder in the package contents, not all files in the project all in one root folder.

How can I do this in XCode 4.0?

Right now I am going to the Build Phases > Copy Bundle Resources to attempt these changes.

1条回答
三岁会撩人
2楼-- · 2019-04-21 03:04

Create your folder in the filesystem, then drag it to the resource folder in XCode. In the following dialog select create folder reference for any added folder. The folder should be blue. This folder is copied to your bundle with its contents.

查看更多
登录 后发表回答