[swift-lldb-dev] Importing Swift Module from Xcode Project

Jessie Serrino jessie at remind101.com
Tue Mar 21 10:43:55 CDT 2017


Hello,
I'm using LLDB within Xcode (version lldb-360.1.70), and trying to import all
existing files from my project into the REPL.
When I typeimport ProjectName, the REPL doesn't have any issues. That said, when
I reference any classes within the project that I am trying to import, I get
error: use of unresolved identifier.
Is there a command to link the Swift module within LLDB that I may be missing?
Within my Xcode build settings of the project, I have Defines Module  set to Yes
, so I am certain that a module is being created for my project.

Thanks,JS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-lldb-dev/attachments/20170321/3bab0898/attachment.html>


More information about the swift-lldb-dev mailing list