create post 'Importing Modules in LLDB'

This commit is contained in:
Sami Samhuri 2015-05-12 02:03:35 +00:00
parent a8d2e8b0d2
commit 4da4058884
2 changed files with 13 additions and 0 deletions

View file

@ -33,6 +33,18 @@
"url": "/posts/2015/05/snl-celebrates-mothers-day",
"tags": [
]
},
"importing-modules-in-lldb": {
"id": "importing-modules-in-lldb",
"author": "Sami Samhuri",
"title": "Importing Modules in LLDB",
"date": "May 12, 2015",
"timestamp": 1431396215,
"link": null,
"url": "/posts/2015/05/importing-modules-in-lldb",
"tags": [
]
}
}

View file

@ -0,0 +1 @@
It's great that Apple added this but I don't understand why Foundation and UIKit aren't imported automatically when you're writing an iOS app.