Reputation: 44700
The question says it all: where is the group and where is the "physical" folder?
Upvotes: 3
Views: 8586
Reputation: 1
I had the same problem by accidentally deleting the folder in the project.
For my environment (XCode v11), right click on the project in the project navigator and select "Add Files to ...
This will bring up your current project folder (if not, simply navigate to that directory) and then select the Assets.xcassets folder and click Add.
This will bring the assets folder back to your project.
Upvotes: 0
Reputation: 44700
So, to get the Resources group back, do this:
But what if you also want the Resources folder on your disk? Easy:
Upvotes: 13