I\'m here with a question that probably has a really simple answer that I am overlooking... how can I retrieve local files with NSURL? I have this here:
over
You should use URLForResource(_:withExtension:) instead of pathForResource:
let fileUrl = Bundle.main.url(forResource: "bpreg", withExtension: "xml")