https://videos.tuist.dev/videos/watch/07066c4c-4e58-4058-9c2d-c65b1dc5c574
Anyone else getting this? Seems to be a bug?
Ha ha ha ha! OK Xcode, lovely joke.
- Faster builds? Sure…
- Faster previews? Mmmkay…
- Code assistance? Uhuh… yeah.
Swift 6: 💯👌🏾, probably the only thing to look forward to.
But, let’s give it a try and find out!
Der Cloud-Computing-Anbieter MacStadium erweitert sein Angebot um die neuesten Mac mini Modelle mit M4 und M4 Pro. Entwickler:innen und Unternehmen, die auf die Rechenleistung und Effizienz der neuen Apple Silicon Chips setzen, können diese Geräte jetzt mieten.
I had forgotten about apple's weird thing about developer tools. I was working in nvim and I kept getting warnings about #xcodebuild. When I exited, I found that git wasn't working and I needed to log in as root and use `sudo xcodebuild -license` to get back my #git.
I did that and then found that my commits couldn't be signed by my #gpg key and I had to temporarily move my `~/.gnupg/gpg-agent.conf`, run `gpgconf --kill gpgagent`, run `gpg --clearsign <<< "hello"` and re-enter my passphrase.
#xcodebuild taunts me with this warning. they are identical. Identical! I hoped fastlane scan or xcbeautify would parse this out, but the raw xcodebuild command is still throwing it, so, that'd be a band-aid at best.
```
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:[…], OS:17.5, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:[…], OS:17.5, name:iPhone 15 Pro }
```
Как я делаю build больших Android/iOS проектов со 128 GB памяти на старом Mac
Наверняка вы не раз сталкивались с проблемой нехватки памяти на вашем ПК при билде проектов? Недавно мне стало не хватать основной памяти на диске, где установлена система MacOS. Решением проблемы послужило приобретение внешнего SSD диска. Как же настроить работу билдов Android и iOS на внешнем диске и перенести все проекты и приложения? Об этом и пойдет речь в этой статье. Приятного чтения!