5.3 C
New York
Wednesday, December 18, 2024

CocoaPods didn’t set base configuration as a consequence of customized config in Flutter iOS mission


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:

  1. Run flutter clear and re-run the mission.
  2. Deleted Podfile.lock and Pods/ folder, then executed pod set up.
  3. 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.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles