@objc class prefixes fixed in Xcode 7 beta 4
Xcode 7 beta 4 fixes @objc class prefixes, allowing proper namespacing for Swift classes used in Objective-C.
Xcode 7 beta 4 fixes @objc class prefixes, allowing proper namespacing for Swift classes used in Objective-C.
A tutorial on using Carthage to add Quick and Nimble testing frameworks to a Swift 2 project in Xcode 7.
A guide to using XVim, a plugin that brings Vim's powerful keybindings and productivity features to Xcode for faster coding.
A first look at the new UI testing framework introduced in Xcode 7 and iOS 9, including setup and a sample test.
A guide to using Git pre-commit hooks to automatically run tools like xUnique on Xcode project files, preventing merge conflicts.
Introduces xUnique, a Python tool to prevent Xcode project merge conflicts by ensuring unique identifiers and sorting project files.
Learn essential Xcode keyboard shortcuts for running unit tests to boost developer productivity and avoid using the mouse.
A guide to using LLDB, the Swift REPL, and Xcode's debugging tools like breakpoints to find and fix errors in Swift code.
A developer shares amusing and obscure quirks found in Xcode, Objective-C, and Apple's private iOS frameworks, including oddly named constants and gesture recognizers.
Discusses Apple's removal of class prefix encouragement in Objective-C projects and the implications for iOS developers.
Explores using Xcode 6's IBInspectable feature to create visual editors for custom Behaviours, improving the Interface Builder workflow.
A developer shares a solution for a CocoaPods build configuration issue when integrating Facebook's Tweaks library, explaining linker errors and preprocessor macros.
A developer shares a troubleshooting tip for a common linker error when upgrading a CocoaPods Podfile in an iOS project.
A guide to initial iOS app architecture setup, covering project configuration, folder structure, and development scripts.
An iOS developer shares essential tools and utilities for improving Xcode project setup, code quality, debugging, and design workflow.
A beginner's guide to designing and building your first iPhone app, covering tools, planning, and learning resources.
A developer's plan to deepen their technical knowledge by asking 'How?' and 'Why?' about iOS development tools like Xcode and CocoaPods.
A developer shares a workaround for Xcode 5 GM crashing during App Store submission, using Terminal and Application Loader.
A quick guide explaining how to use the $(inherited) flag in CocoaPods to resolve Xcode build setting conflicts.
A guide on using Xcode Run Scripts to enforce code conventions by failing builds and providing jump-to-error functionality for developers.