Using .mp3 files in Swift Playgrounds project

Hello, I have an issue with importing some .mp3 files into a swift playground project (in Xcode, not in the Playground app). They worked fine in the Xcode project, but for some reason playgrounds isn't able to find them. I imported them the exact same way as I did in the Xcode project.

Is this just .mp3 files? Or do you see the same problem with other files types? For example, if you add some simple text (.txt) files, can you access them?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Using .mp3 files in Swift Playgrounds project
 
 
Q