-
Notifications
You must be signed in to change notification settings - Fork 206
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
Cannot prebuild when the path contains spaces #88
Comments
I can confirm I hit the same issue. |
I can also confirm i hit the same issue |
I can confirm same thing, managed to fix it on our side, but @antonino-u fix is better, so would be great if #89 could be merged. |
Confirmed, still an issue, please consider merging #89. |
yep, the problem still exists and #89 fix it. Maybe, its time to merge :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your feedback!
If it's a bug:
pod env | egrep 'CocoaPods |Xcode|cocoapods-binary'
then paste the result hereAdd a space to your folder that contains your Podfile and, magically, binaries will no longer be prebuilt! (Delete your pods folder to force it to rebuild).
Unfortunately, the issue is that when prebuilding, the path that is eventually given to xcodebuild is not escaped.
The text was updated successfully, but these errors were encountered: