Adam Demasi

Results 238 comments of Adam Demasi

@kabiroberai, that seems to just call `xcodebuild`, so we’re still stuck for non-macOS platforms.

There definitely could be slight differences. One good example is that for a while the OSS release of libtapi simply didn’t work and nobody was really sure why. Clearly Apple...

Fix PR was merged ages ago, so this can be closed.

Oops, this is only merged into the orion branch, so will reopen. GitHub will close it when merged to master.

Seems like a weird specific (breaking, may I add…) change made in Xcode 11. Possibly due to the new concept of xcframeworks, which is a workaround to the unfortunate design...

Well that’s weird. Thanks for finding the culprit. What happens if you do `clang --version | head -1 | perl -pe 's/^.*\(clang-(.*)\)$/$1/'` in a shell? You should get the clang...

Ah, there we go. So it definitely doesn’t match the regex. Switching it to use the upstream version (12.0.5) rather than the Apple version (1205.0.22.9) would be best. This should...

It's a good idea but adds some complexity and slowness to the install process. There's also `apt install /absolute/path/to.deb` but that's an APT 1.x feature and we'd need to fall...