Here is a screenshot:

.h module, as you can see, copied in project, but Xcode ignore it. I'd try uninstall XCode and install 6.2 (beta 5), In Terminal, I tried
rm -rf ~/Library/Developer/Xcode/DerivedData ,
defaults delete com.apple.dt.Xcode...
but it didn't help.
Because you are using objective-c files, you need to add the .h file to your Bridging-Header.h file. This file was generated by Xcode itself but it's currently empty.
So open Bridging-Header.h and add the following line:
#import "QRCode.h"
Please add a header file and import the file.And the interfacing you need to do using Swift itself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With