You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: