mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
create post 'Importing Modules in LLDB'
This commit is contained in:
parent
a8d2e8b0d2
commit
4da4058884
2 changed files with 13 additions and 0 deletions
|
|
@ -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": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
1
public/posts/2015/05/importing-modules-in-lldb.md
Normal file
1
public/posts/2015/05/importing-modules-in-lldb.md
Normal 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.
|
||||
Loading…
Reference in a new issue