NordicSemiconductor/IOS-DFU-Library

'iOSDFULibrary-Swift.h' file not found

weweco123 opened this issue · 4 comments

Code: #import <iOSDFULibrary-Swift.h>
I used oc and swift to compile, and there was a problem:'iOSDFULibrary-Swift.h' file not found.

Platform: xcode13.0
Use cocopod: pod'iOSDFULibrary'

No problem on the basis of xcode12.

help.

Any idea's on this - I seem to have hit the same issue. :/

Same issue here :)

if using the library in OC project,don’t #import <iOSDFULibrary-Swift.h> ,but @import iOSDFULibrary;

Hope that worked for you! We stopped testing the project in OC some time ago. If you still experience issues, please create a new issue.