SwiftPlate icon indicating copy to clipboard operation
SwiftPlate copied to clipboard

Error when using `--repo`option

Open ajacquelin opened this issue 8 years ago β€’ 0 comments

I have this error when trying to do swiftplate -r ./swiftplate:

πŸš€  Starting to generate project Test...
πŸ‘‰  Removing any previous temporary folder...
βœ…  Done
πŸ‘‰  Making temporary folder (Test/swiftplate_temp)...
βœ…  Done
πŸ‘‰  Making a local clone of the SwiftPlate repo...
βœ…  Done
πŸ‘‰  Copying template folder...
An error was encountered πŸ™
Error: Error Domain=NSCocoaErrorDomain Code=260 "The folder β€œTemplate” doesn’t exist." UserInfo={NSFilePath=Test/swiftplate_temp/SwiftPlate/Template, NSUserStringVariant=(
    Folder
), NSUnderlyingError=0x7f926940afa0 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}}

Maybe I'm missing something ? πŸ€” It work well without the option -r

ajacquelin avatar Sep 26 '17 17:09 ajacquelin