After updating Xcode 10.0 the following error occurs while building the project.
Cycle in dependencies between targets 'StoreApp' and 'NotificationContentExtension'; building could produce unreliable results. Cycle path: StoreApp → NotificationContentExtension → StoreApp Cycle details: → Target 'StoreApp': LinkStoryboards ○ Target 'StoreApp' has compile command with input
○ Target 'StoreApp' has target dependency on Target 'NotificationContentExtension' ○ That command depends on command in Target 'NotificationContentExtension': script phase “[CP] Check Pods Manifest.lock” → Target 'NotificationContentExtension' has target dependency on Target 'StoreApp' ○ That command depends on command in Target 'StoreApp': script phase “[CP] Check Pods Manifest.lock”
I have tried many different ways suggested in all other questions but none of them are working. Please help me to resolve this issue?