[Question] Local build time with Xcode project
thii opened this issue · 2 comments
thii commented
How does Buck improve the build time for local builds? As far as I can see, the generated Xcode project still uses the Xcode build system to build everything.
shepting commented
You can run the Buck build from the command-line to get a better time speedup. Local Xcode builds are expected to be the same speed as a regular Xcode build.
thii commented
Thanks.