faithfracture / Apple-Boost-BuildScript

Script for building Boost for Apple platforms (iOS, iOS Simulator, tvOS, tvOS Simulator, OS X)
279 stars 111 forks source link

Building fails if Xcode is renamed with space in the name #34

Closed jterhorst closed 4 years ago

jterhorst commented 6 years ago

Sometimes I'll rename Xcode.app to Xcode 9.4.app. If I do this, the script fails to build, presumably because of spaces in the path. Renaming it back to Xcode.app and resetting everything fixes it. Is it possible to support spaces in XCODE_PATH?

faithfracture commented 6 years ago

Yeah, I'm sure that's doable. I don't typically use spaces in anything, just underscores. (e.g. Xcode.app => Xcode_9.4.app).

faithfracture commented 4 years ago

Closed by #46