Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resources script fails if UNLOCALIZED_RESOURCES_FOLDER_PATH contains spaces #1226

Closed
cwalcott opened this issue Jul 24, 2013 · 3 comments · Fixed by #1227
Closed

Resources script fails if UNLOCALIZED_RESOURCES_FOLDER_PATH contains spaces #1226

cwalcott opened this issue Jul 24, 2013 · 3 comments · Fixed by #1227

Comments

@cwalcott
Copy link

With the latest version of CocoaPods, the resources script is failing. I believe I've tracked it down to b32cae7, which removed the quotes around the second part of the xcrun command.

Was this a mistake, or were they removed for a reason?

@dhennessy
Copy link
Contributor

I deliberately removed them, although that may not have dealt with all cases. In the podspec I was working on, the .xcdatamodeld file had a space in its path, which caused the existing script to fail.

Can you explain how I can make the current version fail (i.e. how to configure UNLOCALIZED_RESOURCES_FOLDER_PATH to a path with spaces) ? I can take another shot at fixing it.

@cwalcott
Copy link
Author

In my case, it's because the target name includes spaces ("App Integration Tests").

@dhennessy
Copy link
Contributor

There's a fix in pull request #1231

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

Successfully merging a pull request may close this issue.

2 participants