How to “add existing frameworks” in Xcode 4?

I can’t find the good old “Add existing frameworks” option. How do I do this? We’re talking about Xcode 4 DP2 (in the context of iPhone development, as far as it matters…). 10 As per Apple’s documentation: In the project navigator, select your project. Select your target. Select the “Build Phases” tab. Open “Link Binaries … Read more

Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)

I updated to macOS Mojave (this happens on Catalina update too, and seems to potentially occur on every major update thereafter) This morning I navigated to my work’s codebase in the Command Line on my MacBook pro, typed in “git status” in the repository and received the error: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), … Read more