If I pause an app's execution and try this command in the debugger: po NSMakeRange(0, 1)
I receive the error:
error: use of undeclared identifier 'NSMakeRange'
error: 1 errors parsing expression
I tried using expr @import Foundation
to no avail.