Hi, I have added an audio asset into my .swiftpm file in a folder called “Audios”, and have tried getting it by the following methods
Bundle.main.url(forResource: "Completed", withExtension: "mp3")
Bundle.main.url(forResource: "Completed", withExtension: "mp3", subdirectory: "AppData")
However, it still returns nil for both methods. I have also tried deleting and adding the file back but to no avail.
I would greatly appreciate any help! Thanks.