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

Cannot prebuild when the path contains spaces #88

Open
antonino-u opened this issue Aug 24, 2019 · 5 comments
Open

Cannot prebuild when the path contains spaces #88

antonino-u opened this issue Aug 24, 2019 · 5 comments

Comments

@antonino-u
Copy link

Thanks for your feedback!

If it's a bug:

  • What's your environment:
    • run pod env | egrep 'CocoaPods |Xcode|cocoapods-binary' then paste the result here

CocoaPods : 1.7.5
Xcode : 10.3 (10G8)
cocoapods-binary : 0.4.4
plugin 'cocoapods-binary'

  • A demo project is helpful:
    • It will be very helpful if provides a demo project that reproduce the problem. A blank project with cocoapods-binary can be downloaded here, which can be remodeled to a minimal problematic environment. Attach the demo.zip to the comments.

Add 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.

@DimDL
Copy link

DimDL commented Oct 21, 2019

I can confirm I hit the same issue.

@MarcoBrescianini
Copy link

I can also confirm i hit the same issue

@MariuszWisniewski
Copy link

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.

@NathanielBlackburn
Copy link

Confirmed, still an issue, please consider merging #89.

@ghost
Copy link

ghost commented Mar 26, 2020

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants