In my case usually when I face this issue it means that iOS version mismatch with main project exists. Just navigate to your framework - Build Settings - Deployment - iOS Deployment target and check if it is the same as main project, if not just set the correct one. Hope it helps