NordicSemiconductor / IOS-DFU-Library

OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs
http://www.nordicsemi.com
BSD 3-Clause "New" or "Revised" License
526 stars 215 forks source link

'iOSDFULibrary-Swift.h' file not found #464

Closed weweco123 closed 2 years ago

weweco123 commented 3 years ago

Code: #import 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 2 years ago

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

agussaputrasijabat commented 2 years ago

Same issue here :)

Nidcoco commented 2 years ago

if using the library in OC project,don’t #import ,but @import iOSDFULibrary;

philips77 commented 2 years ago

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.