Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Output dir cannot include spaces #20

Closed
brockboland opened this issue Jul 15, 2015 · 0 comments
Closed

Output dir cannot include spaces #20

brockboland opened this issue Jul 15, 2015 · 0 comments

Comments

@brockboland
Copy link
Contributor

The command fails when the output directory includes spaces. This command:

/ProjectPath/Pods/Cat2Cat/CocoaPod/Cat2Cat --ios --objc --base-path=/ProjectPath --asset-catalog=ProjectName/Images.xcassets --output-dir=ProjectName/Generated\ Files

Resulted in this error:

2015-07-15 12:23:50.580 Cat2Cat[47933:22127084] Walking catalogs (
    "/ProjectPath/ProjectName/Images.xcassets"
)

2015-07-15 12:23:50.593 Cat2Cat[47933:22127084] WRITING ERROR! 

H: Error Domain=NSCocoaErrorDomain Code=514 "The item couldn’t be saved because the file name is invalid.", 

M: Error Domain=NSCocoaErrorDomain Code=514 "The item couldn’t be saved because the file name is invalid."

2015-07-15 12:23:50.593 Cat2Cat[47933:22127084] 

!!!!ERROR CREATING YOUR FILES - PLEASE CHECK THE CONSOLE FOR OUTPUT!!!

I removed the space in my Generated Files directory, and that fixed it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant