Apple Developer Xcode Minimum Requirements Table
Courtesy of iOS Dev Wekly, Apple has a very handy chart of Xcode Minimum requirements and supported SDKs: Apple Developer – Xcode – Minimum requirements and supported SDKs
Courtesy of iOS Dev Wekly, Apple has a very handy chart of Xcode Minimum requirements and supported SDKs: Apple Developer – Xcode – Minimum requirements and supported SDKs
The other evening, in the wake of a bit of nostalgia, I tested running an emulator project on an iPhone 5 simulator running iOS 10.3 in Xcode 11 (more on that in a future podcast episode). It surprised me at the time—but it probably shouldn’t have—that I got the notorious “‘App Name’ has not been …
As a consultant, I’ve had this situation come up many times, and it’s very frustrating because Apple doesn’t allow an Apple ID to belong to more than one iTunes Connect account. The scenario is that you have a client or friend that you would like to be an internal tester in your organization’s iTunes Connect …
Recently when uploading an update of my app to App Store via iTunes Connect, and I was faced with a bit of a dilemma. iTunes Connect needed screenshots from a wider variety of devices than I was originally expecting, and more devices than I possessed. The directions referenced this article, which actually is super helpful …
App Store Tip: Acquiring Screenshots for Devices You Don’t Have in Your Drawer… Read More »
I discovered this one accidentally since I really did want to open three projects at the same time after opening Xcode. It turns out that the “Open Project…” dialog in Xcode supports multi-select! So you can Shift-Down/Up to select more than one project, hit Return and all three projects will be opened simultaneously! I pretty much …
Good tip from iOS Developer Tips for using the “Related Files” button in the upper left corner of your code window (right next to the Back/Forward navigation buttons): Xcode 4 : Related Files List With Xcode 4 you can quickly access an assortment of files related to your project through the Related Files option in …
Xcode 4 Tip from iOS Developer Tips: Related Files List [@iosdevtips, #iosdev] Read More »
Nice rundown on Xcode 4 Code Snippets: Xcode 4 Code Snippets – Speed of Light Xcode 4 Code Snippets ? Perhaps my favourite feature of Xcode 4 is the Code Snippets feature. It allows you to use common bits quickly in your code, instead of requiring you retype them over and over again.
For the longest time, to perform a search in Xcode I would take a standard, yet uninformed, approach by selecting a desired region in my code, copy it to the clipboard with Command-C and then perform a Command-Shift-F to find all instances of the search in my project. Cool. Then after a while I actually …
It was time to clean house a bit, so I wanted to remove all the currently installed applications in the iPhone Simulator. Turns out there’s a very simple way to do it… 1. With the iPhone Simulator running, click on the iOS Simulator application menu. 2. Click “Reset Contents and Settings…”. – A confirmation dialog …
iOS Simulator QuickTip: Removing all installed applications. Read More »