xcode

Search xcode

How to Install Command Line Tools in MacOS Sonoma Beta

Jun 14, 2023 - 2 Comments
Install Command Line Tools when "Can't install the software because it is not currently available from the Software Update server." error message shows up on Mac

Some MacOS Sonoma beta users have noticed they can not install Command Line Tools specifically in the Sonoma beta from the Terminal, instead they see an error message stating “Can’t install the software because it is not currently available from the Software Update server.” If you are trying to install the Command Line Tools into … Read More

Fix “xcode-select: error active developer directory” on Mac

Apr 26, 2023 - 3 Comments
Terminal in macOS

Some Mac command line users working with nodejs and npm may see an error message and command failure along the lines of “xcode-select: error: tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance”. This error message sometimes appears after updating MacOS, migrating Macs, or If you experience this error … Read More

How to Download Xcode as XIP or DMG Files, & Where to Download Older Xcode Versions

Aug 11, 2018 - 3 Comments
How to download Xcode as xip and dmg and older versions of Xcode

Xcode is the software development suite for Mac that allows developers to build apps for MacOS, iOS, tvOS, and watchOS. The vast majority of developers and Xcode users will download the Xcode application suite from the Mac App Store, but that’s not the only option available to download Xcode, and if you’d rather download Xcode … Read More

How to Sideload iOS Apps onto iPhone & iPad from Xcode

Jan 12, 2016 - 10 Comments
How to sideload apps onto iPhone and iPad

Modern versions of iOS and Xcode support something called sideloading, which essentially allows iPhone and iPad users to install apps and software onto their iPhone, iPad, or iPod touch directly from Xcode on a Mac, without having to go through the iOS App Store. This ability is quite useful as it allows you to install … Read More

How to Monitor FPS (Frames Per Second) Live in Mac OS X with Quartz Debug

Apr 2, 2015 - 15 Comments
Enable the FrameMeter FPS monitor in OS X Quartz Debug tool

Whether testing performance of an application, Mac OS X animations, or just out of general curiosity, you can measure the refresh rate in Frames Per Second of onscreen actions and animations on the Mac by using a free developer tool from Apple called Quartz Debug. Part of the Graphics Tools package of Xcode, Quartz Debug … Read More

Remove Provisioning Profiles from an iPhone to Stop the Expiration Alert

Feb 27, 2014 - 3 Comments
Remove provisioning profile in iOS Settings

Provisioning profiles are typically installed onto iPhones and iPads for development and testing purposes, but non developers may wind up with them on their iOS devices too, whether from testing an app or installing something like GBA4iOS from the web. For non-developers, this usually goes unnoticed until they get one of the “Provisioning Profile Expiration” … Read More

How to Install Command Line Tools in Mac OS X (Without Xcode)

Feb 12, 2014 - 39 Comments
terminal

Mac users who prefer to have a more traditional Unix toolkit accessible to them through the Terminal may wish to install the optional Command Line Tools subsection of the Xcode IDE. From MacOS Monterey, Big Sur, Catalina, Mojave, High Sierra, Sierra, OS X El Capitan, Yosemite, Mavericks onward, this is now easily possible directly and … Read More

Change the iPhone Simulator to 640×1136 Resolution

Aug 8, 2012 - 4 Comments
Modifying the iPhone simulator resolution

With rumors and some new evidence suggesting the new iPhone display will have a 640×1136 screen resolution, developers and designers may find it interesting to alter the iOS Simulator to accomodate such a resolution. This can be done fairly easily by adding a basic text file to a directory, and then altering a plist file … Read More

How to Install Paramiko and PyCrypto in Mac OS X the Easy Way

Jul 10, 2012 - 7 Comments
Installing paramiko and pycrypto for Mac OS X

Paramiko is an SSH module for python that allows for secure connections to be made, and pycrypto is a cryptography toolkit for python. Whether you need one or the other, or both, the easiest way to get them both installed through Mac OS X is through paramiko. No need to use HomeBrew, MacPorts, or any … Read More

Run iOS Simulator Without Launching Xcode By Using an Alias

Jul 9, 2012 - 9 Comments
iOS Simulator running without Xcode

Apple recently simplified the way Xcode is installed, bundling everything into a single /Applications/Xcode.app/ directory and removing the /Developer directory that used to exist. There are some advantages to this approach, but one of the annoyances is that you now have to launch the iPhone or iPad simulator by opening Xcode first. Well, that’s not … Read More

Install GCC Without XCode in Mac OS X

Jul 6, 2012 - 4 Comments
Command Line Tools for Mac OS X include GCC, Make, LLVM, and more

If you compile your own software you probably know that GCC comes bundled in the rather large Xcode package, but what if you just want to have gcc and LLVM without installing the entire Xcode package? Apple now offers an option to do just that, and it’s called Command Line Tools, available as a separate … Read More

Highlight Non-Retina Image Assets in Red to Insure High Resolution Images Load

Jun 26, 2012 - 2 Comments
Highlight and tint non-retina images in red

For the developers and UI designers out there, Apple’s developer docs show us how to highlight non-retina images in red, making it easy to determine if the 2x image assets are loading properly for retina displays. You can set the image tinting to occur in all apps, or on a per-app basis. Enable Non-Retina Image … Read More

How to Uninstall XCode

Feb 20, 2012 - 16 Comments
Uninstall Xcode

Included below are new simple instructions for uninstalling modern versions of Xcode. Deleting old versions of Xcode is covered as well, this is a thorough guide to uninstall Xcode from any Mac regardless of version and Mac OS X release. Xcode is Apple’s developer suite for iOS and Mac OS X, it’s necessary if you … Read More

Apply Special Effects and Filters to Images with XCode’s Core Image Fun House

Dec 6, 2011 - 1 Comment
Core Image Fun House

Install the free-of-charge Xcode developer toolkit via the App Store (Apple gives it away to all those who’ve bought OS X), then open Finder and hit Shift+Command+G. In the dialog box that appears, type the following path:

Quad-Core ARM CPU Support Found in Xcode, Quickly Removed by Apple

Sep 23, 2011 - 9 Comments
Cortex A9 CPU references in source

Apple looks to be experimenting with quad-core ARM CPU’s, possibly for future iPhone, iPad, and even MacBook Airs, as references in Xcodes default compiler reveal. This was first discovered by ArsTechnica, who proposes three possible scenarios for why the CPU support exists: Quad-core processor could be included in next-gen iOS devices like the iPad 3 … Read More

Learn Python for Free with Online Guides and Mac

Aug 14, 2011 - 14 Comments
Python 3

Want to learn a new programming language? Python is one of the hippest languages in use these days, but why pay for books and coursework when you can do this all on your own, for free, on your Mac? You can do exactly that with some free online resources to learn Python, including a free … Read More

Can’t Install XCode 4.1 Because of iTunes? The Fix is to Kill iTunesHelper

Aug 2, 2011 - 28 Comments

Xcode 4.1 was made available as a free download through the Mac App Store for OS X Lion owners, but many users are encountering a strange error when they go to install the development suite; an error message pops up saying that XCode can’t be installed while iTunes is running telling you that “In order … Read More

Xcode 4.1 for OS X Lion Released as Free Download on Mac App Store

Jul 20, 2011 - 7 Comments
XCode 4.1 is a free download on the Mac App Store

The final version of Xcode 4.1 has been released as a free download to everyone via the Mac App Store. Mostly for developers, Xcode is the Mac OS X-only development environment for creating OS X and iOS apps, but the package also includes various useful command line tools, and even an iOS hardware simulator, making … Read More

Subscribe to OSXDaily

Subscribe to RSS Subscribe to Twitter Feed Follow on Facebook Subscribe to eMail Updates

Tips & Tricks

News

iPhone / iPad

Mac

Troubleshooting

Shop on Amazon to help support this site