Gábor Hargitai's Toolbox

… for when you just can't seem to remember that damn command

  • Articles
  • Colibri
  • Sleep Warden
  • Buy me a Coffee

Category - iOS

  • HomeKit
  • HomePod
  • iOS
  • OS X

Stop HomePod from automatically playing music when tapped or touched

2024-07-16
by Gábor Hargitai
1 min read

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).

Continue reading

  • iOS
  • Xcode

Erase / delete all Xcode Simulator clones from Terminal CLI

2024-07-02
by Gábor Hargitai
1 min read

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...

Continue reading

  • iOS
  • OS X

Reset stuck Safari iCloud Tabs on Mac

2023-05-01
by Gábor Hargitai
1 min read

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...

Continue reading

  • iOS
  • OS X
  • Xcode

Xcode Duplicate Current Line Keyboard Shortcut

2019-12-03
by Gábor Hargitai
1 min read

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 +...

Continue reading

  • iOS
  • OS X

ERROR ITMS-90087: “Unsupported Architecture. Your executable contains unsupported architecture ‘[x86_64, i386]’.”

2019-03-08
by Gábor Hargitai
1 min read

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...

Continue reading

  • iOS
  • OS X

Remove Xcode Junk from Mac OS X

2016-02-15
by Gábor Hargitai
1 min read

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...

Continue reading

Copyright © 2025. Gábor Hargitai - Dark Mode is supported :: No Tracking Code :: No Analytics
  • Articles
  • Colibri
  • Sleep Warden
  • Buy me a Coffee