onfido-ios-sdk
onfido-ios-sdk copied to clipboard
Missing umbrella header for version 25.1.0 at compiling
What was the expected behaviour?
We updated our Onfido SDK via cocoapods from an older version to the new 25.1.0 version. We expected it to compile at building.
What happened instead?
The Onfido SDK gave back the following: Onfido/Onfido.framework/Headers/Onfido.h:33:1: error: umbrella header for module 'Onfido' does not include header 'OnfidoExtended.h'
^
Version info:
- Cocoapods (if applicable): /
- Onfido SDK (Debug/Release): /
- iOS: /
- Xcode: Xcode 13.4
- Device/Simulator: Simulator
- Device/Simulator language: English
How to recreate: Go to Xcode builds settings > Swift compiler - warning policies > treat warnings as error: YES
If I turn this off, it does compile, but it is something that should not be turned off. Please fix it, so it compiles with it on.