I\'ve encounter an strange issue after installing RestKit with cocoapods. after resolving RestKit dependency for my project with cocoapods and trying to build it, I face thi
For me, working in flutter, the configuration was not automatically added due the existing configuration.
Adding #include "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig" to Flutter/Release.xcconfig and Flutter/Debug.xcconfig
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"
Flutter/Release.xcconfig
Flutter/Debug.xcconfig
solved the issue.