After 2 weeks of research we were able to solve this.
We had objective c code in our code base - NSUserActivity+MediaPlayerAdditions.h
commenting out all the code from that file solved the issue.
NS_ASSUME_NONNULL_BEGIN
@interface NSUserActivity (MediaPlayerAdditions)
/// A unique identifier relative to the app's media content catalog for the displayed media item.
@property (nonatomic, copy, nullable) NSString *externalMediaContentIdentifier NS_AVAILABLE_IOS(10_1) TVOS_AVAILABLE(10_0_1) WATCHOS_UNAVAILABLE;
@end
NS_ASSUME_NONNULL_END
Hope this will help something solving this.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: