yeahdongcn / RSBarcodes_Swift

1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift.
MIT License
707 stars 185 forks source link

Get rid of "implicit import of bridging header" warning #122

Open mariusc opened 5 years ago

mariusc commented 5 years ago

I'm using RSBarcodes in my app. I added it with Carthage.

I'm getting the warning Implicit import of bridging header 'RSBarcodes-Bridging-Header.h' via module 'RSBarcodes' is deprecated and will be removed in a later version of Swift.

I'm not sure how to get rid of the warning. Can anyone help?

This is happening in the main app, not in the test target. I found a few answers about a warning similar to this referring to a test target. This warning appears in a ViewController from the app target.

APvanGrootel commented 5 years ago

I have the same problem. The docs say to import RSBarcodes_Swift, but that doesn't seem to exsist. Importing RSBarcodes will give the above warning.

BeauNouvelle commented 5 years ago

This is still an issue.