0

While running on real device, I am getting this error

:0: error: missing required module '_SwiftCoreMediaOverlayShims'

Xcode version: 11

Mohamed Amer
  • 429
  • 1
  • 4
  • 18
  • Does this answer your question? [missing required module 'SwiftShims' error generated by Xcode in project](https://stackoverflow.com/questions/41849335/missing-required-module-swiftshims-error-generated-by-xcode-in-project) – johnny Feb 24 '20 at 18:17
  • No didn't help, I posted the answer below. thanks – Mohamed Amer Feb 27 '20 at 11:28

1 Answers1

0

It was a problem related to third-party library which is not supporting iOS 10. So when I updated the project to support starting from iOS 11.0 it works.

Mohamed Amer
  • 429
  • 1
  • 4
  • 18