I was trying to access directories and files loaded locally onto my app, and followed the answer found at this thread.
It told me to create a Resource folder locally within my project directory, and then drag that folder into my project in XCode. Well, I already had a Resource group there that I wanted to replace, so I deleted it. After moving the Resource directory in and building my app, I receive this error:
I've added the whole resources directory to my build phase copy bundles:
I've also tried this popular solution to codesign exit errors:
xattr -rc . within my derived data directory, and root directory of my app.
Finally, I've tried deleting my projects derived data, and none of the above seems to work.
This must be some sort of conflict error, like I either didn't get rid of the Resources group (it came with the project when created...) Or I didn't introduce the new resource directory correctly. But, I'm not sure what to do...