SyntaxFix
Write A Post
Hire A Developer
Questions
For me the problem was with my targets tests. I already had the $(inherited) flag in my main app target.
$(inherited)
I added it to MyAppTests Other Linker flags. After that when I ran pod install the warning message was gone.
pod install