Try not to laugh or cry -- I\'m just getting back into coding after 20 years out...
I\'ve spent more than 4 hours looking at references and trying code snippets to g
This was helpful for me: xcode - copy a folder structure into my app bundle
Mark "create folder references" option when you create assets in nested folders.
Then find path to the file like this:
let path = Bundle(for: type(of : self)).path(forResource: "some_folder_a/some_folder_b/response.json", ofType: nil)