'iOSDFULibrary-Swift.h' file not found
weweco123 opened this issue · 4 comments
weweco123 commented
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.
DavidAPears commented
Any idea's on this - I seem to have hit the same issue. :/
agussaputrasijabat commented
Same issue here :)
Nidcoco commented
if using the library in OC project,don’t #import <iOSDFULibrary-Swift.h> ,but @import iOSDFULibrary;
philips77 commented
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.