onfido-ios-sdk icon indicating copy to clipboard operation
onfido-ios-sdk copied to clipboard

Missing umbrella header for version 25.1.0 at compiling

Open icappsCedric opened this issue 2 years ago • 4 comments

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'

^ :0: error: could not build Objective-C module 'Onfido'

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.

icappsCedric avatar Jun 20 '22 13:06 icappsCedric