Xcode constantly phones home
Previous: Inaccessible .bnnsir files on macOS Sequoia
Articles index
Jeff Johnson (My apps, PayPal.Me, Mastodon)
February 24 2025
Building StopTheMadness Pro in Xcode is usually very fast, because my project doesn't use any Swift. It's a combination of Objective-C, which compiles much more quickly than Swift, and JavaScript, which doesn't need to be compiled. However, sometimes the builds were very slow for some strange reason. Checking the Xcode build transcripts, I found that the delay was in ...
Read more at lapcatsoftware.com