I have a currently working cocoapods, however whenever I want to add frameworks and run pod install
I get this warning in the terminal and the project does not compile.
I have followed what it is suggesting, I already had the inherited flag in my build settings, and I tried deleting the EMBEDDED_CONTENT_CONTAINS_SWIFT
from target build settings.
I have to run a git reset --hard
to go back to my working cocoapods after removing the framework I wanted to add.
Edit: Added my podfile