David Brittain

Results 14 comments of David Brittain

I think I have figured this out, you need to do the following: 1. Remove CC as a user defined variable for launching the compiler 2. Configure launcher script via...

The only issue I have after these changes is a warning `clang: warning: argument unused during compilation: '-index-unit-output-path` which prior to these changes was not passed to clang invocations only...

One additional note on my suggested solution, I can eliminate the "argument unused during compilation" warning by removing the sloppiness clang_index_store option in ccache.conf.

Apple just shared this with me: > There's a bug in new altool if there are bundleIds with the same prefix, the wrong AppleID might be used. The workaround for...