Try Something Simpler
[]
Public Object
I was writing code to embed resource files in an iOS application binary. Try to do something simpler: crash the app. let embeddedDir: OkioPath if let resourcePath = Bundle.pizzaResources.resourcePath { embeddedDir = OkioPath.companion.toPath(resourcePath, normalize: false) } else { // Fail silently.