Post

Replies

Boosts

Views

Activity

Reply to Bitbucket Authentication for Xcode
You should be able to make it switch to SSH by cloning the repository again but checking it out over SSH instead. Go to Bitbucket Find the repo you want to clone, and click the Clone button. If you're on Bitbucket Cloud it's at the top right, if you're on Bitbucket Server / Datacenter it's at the top left. Make sure the Clone screen is set to SSH (not HTTPS). Copy the repository URL but miss off the 'git clone' part if it's there. The part you want looks like git@bitbucket.org:username/repo.git On the Xcode splash screen choose 'Clone an existing project' Paste the thing you copied into the 'Enter Repository URL' box at the very top of the popup. Note you'll need to have added your Mac's SSH key to your user preferences in Bitbucket first: If the file ~/.ssh/id_rsa.pub exists on your machine, copy the contents. This is your public ssh key. If that file doesn't exist, first generate it with ssh-keygen in a terminal. Paste it into Bitbucket -> Your avatar -> Personal settings -> SSH Keys -> Add Key
Apr ’22
Reply to Simulator causing Mac audio distortion
As Ij000 mentioned, it's a Bluetooth limitation (turning on the mic channel leaves less bandwidth for music), but its worth noting it happens with AirPods too just to preempt any 'it must be your headphones' excuse. Until then, you can get around it with any of the fake audio devices like Soundflower or Blackhole. Just remember to change it back before answering any calls on it! Really does need fixing though. Like lots of others I listen to music & watch stuff while developing, so you can imagine how unbelievably frustrating it is to suddenly have to work in silence. Don't want to come across negative but surely somebody at Apple has launched a simulator while wearing AirPods and noticed this, right? It's been doing this for (at least) two years?
Apr ’22