Thursday, May 14, 2015

An @import-ant Change in Xcode

Craig Hockenberry:

Buried deep within the Xcode 6.3 release notes there is a true gem that can relieve this daily frustration.

LLDB’s parser for Objective-C can now go through any module used in your app and determine the types used for all functions and methods it defines. If you’re using UIKit in your app, you can do this:

(lldb) expr @import UIKit

Comments RSS · Twitter

Leave a Comment