leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

Cannot prebuild when the path contains spaces #88

Open antonino-u opened 4 years ago

antonino-u commented 4 years ago

Thanks for your feedback!

If it's a bug:

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

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 commented 4 years ago

I can confirm I hit the same issue.

MarcoBrescianini commented 4 years ago

I can also confirm i hit the same issue

MariuszWisniewski commented 4 years ago

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 commented 4 years ago

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

ghost commented 4 years ago

yep, the problem still exists and #89 fix it. Maybe, its time to merge :)