While running on real device, I am getting this error
:0: error: missing required module '_SwiftCoreMediaOverlayShims'
Xcode version: 11
While running on real device, I am getting this error
:0: error: missing required module '_SwiftCoreMediaOverlayShims'
Xcode version: 11
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.