cocoapods-binary
cocoapods-binary copied to clipboard
Cannot prebuild when the path contains spaces
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
- run
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.
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 :)