I am encountering the next challenge when making an attempt to combine CocoaPods into my Flutter iOS mission:
[!] CocoaPods didn't set the bottom configuration of your mission as a result of your mission already has a customized config set. To ensure that CocoaPods integration to work in any respect, please both set the bottom configurations of the goal "Runner" to "Goal Assist Information/Pods-shared_pods-Runner/Pods-shared_pods-Runner.debug.xcconfig" or embody the "Goal Assist Information/Pods-shared_pods-Runner/Pods-shared_pods-Runner.debug.xcconfig" in your construct configuration ("Flutter/Debug.xcconfig").
[!] CocoaPods didn't set the bottom configuration of your mission as a result of your mission already has a customized config set. To ensure that CocoaPods integration to work in any respect, please both set the bottom configurations of the goal "Runner" to "Goal Assist Information/Pods-shared_pods-Runner/Pods-shared_pods-Runner.launch.xcconfig" or embody the "Goal Assist Information/Pods-shared_pods-Runner/Pods-shared_pods-Runner.launch.xcconfig" in your construct configuration ("Flutter/Launch.xcconfig").
[!] CocoaPods didn't set the bottom configuration of your mission as a result of your mission already has a customized config set. To ensure that CocoaPods integration to work in any respect, please both set the bottom configurations of the goal "Runner" to "Goal Assist Information/Pods-shared_pods-Runner/Pods-shared_pods-Runner.profile.xcconfig" or embody the "Goal Assist Information/Pods-shared_pods-Runner/Pods-shared_pods-Runner.profile.xcconfig" in your construct configuration ("Flutter/Launch.xcconfig").
Steps taken:
- Run flutter clear and re-run the mission.
- Deleted Podfile.lock and Pods/ folder, then executed pod set up.
- Tried adjusting the configurations manually in Flutter/Debug.xcconfig and Flutter/Launch.xcconfig nevertheless it did not resolve the problem.
How can I resolve the problem the place CocoaPods fails to set the bottom configuration due to customized configurations in my Flutter iOS mission? I’ve tried adjusting the configurations however nonetheless obtain the identical warning.