Category Archives: OSX
Dude… where’s my GPU?
macOS Sierra. As stable as ever.
Thank you, Cupertino. Love ya!
*** Panic Report ***
panic(cpu 0 caller 0xffffff7f9375ebce): "GPU Panic: [
\n"@/Library/Caches/com.apple.xbs/Sources/AppleGraphicsControl/AppleGraphicsControl-3.13.74/src/AppleMuxControl/kext/GPUPanic.cpp:127
Until the Beginning and End…
… blur into something called… Until we Meet Again (…)
Profiling: Swift Compile Time
xcodebuild -scheme TARGET clean build OTHER_SWIFT_FLAGS="-Xfrontend -debug-time-function-bodies" | grep .[0-9]ms | grep -v ^0.[0-9]ms | sort -nr > culprits.txt
Xcode 8: Disabling Networking Logs
Xcode 8 seems to be printing, for whatever reason, lots and lots of extra debug information.
We can shut it down by means of an environment variable:
OS_ACTIVITY_MODE = disable