There’s an ios project I downloaded from github that contains code like this.
Bundle.main.url(forResource: "cp", withExtension: nil)
But the project file does not contain cp, mv, *. *.dylib, resulting in missing files when running the project, where can I get them?