0

I need to create a folder for some images, I'm doing it right now using "New Group", inside the Project Navigator of my Xcode Project.

The problem comes when I see the contents of the .app package, and inside it the images are with all the other files (not inside my folder)

How can I create a folder that will be inside of the .app?

2 Answers 2

4

1. Create a folder with the images.

2. While adding into the Xcode you drag and drop the folder and choose the option "Create folder references for any added folders".

The folder will be in blue color, not yellow.

Sign up to request clarification or add additional context in comments.

Comments

1

Create a folder in you project folder, add image to that folder and then add them to Xcode.

2 Comments

That creates the folder in the Project navigator but not in the .app
-1 for: this will not create a folder within the .app / ipa file!

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.