Quantcast
Channel: Debugging – Michael Tsai
Viewing all articles
Browse latest Browse all 170

An @import-ant Change in Xcode

$
0
0

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

Viewing all articles
Browse latest Browse all 170

Trending Articles