2

I'm adding a static library for my project on link binary with libraries, the .a file is inside my project's directory, also the headers.

I've created the .h headers for it. This is what the compiler throws

enter image description here

What do I have to do to fix this issue? I Thanks

Elizabeth Hernandez
  • 149
  • 1
  • 1
  • 12
  • Is [this question/answers](http://stackoverflow.com/questions/31219422/swift-debugger-does-not-show-variable-values-when-importing-objc-framework) useful to you? – Ahmad F Mar 02 '17 at 23:42

1 Answers1

0

Clean and build once again.I assume you have the reference of the module

neer
  • 11
  • 1