Open the Home app, then select the HomePod, scroll down to Accessibility, turn on Touch accommodations and finally enable Hold Duration, set it to a few seconds (as of writing, 4 seconds is the maximum).
Category - iOS
Open a terminal and issue one of the following commands: To shutdown and then erase / factory reset the Simulator clones – which doesn’t need an Xcode restart: xcrun simctl --set testing shutdown all xcrun...
Close all your Safari instances across all your iDevices – preferably close the tabs as well. Open up a Terminal and issue the following, once Safari is closed everywhere: rm...
This is something that should have been implemented ages ago – but for some reason, it’s still not present by default. 1. Navigate to the following folder using Finder (CMD + Shift +...
This means it’s time to get rid of i386 code, presumably within one of your dylib files. Open a terminal and issue the following: lipo -remove i386 yourlib.dylib -o yourlib_fixed.dylib Now you can preferably delete...
Oftentimes we find ourselves in dire need of some extra disk space. Given the chance that you do a lot of iOS / Mac OS / WatchOS development some temporary junk can pile up over time – and given the size of your projects...