I am encountering the next challenge when making an attempt to combine CocoaPods into my Flutter iOS undertaking:
[!] CocoaPods didn't set the bottom configuration of your undertaking as a result of your undertaking 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
Runnerto
Goal Assist Recordsdata/Pods-shared_pods-Runner/Pods-shared_pods-Runner.debug.xcconfigor embrace the
Goal Assist Recordsdata/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 undertaking as a result of your undertaking 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 Recordsdata/Pods-shared_pods-Runner/Pods-shared_pods-Runner.launch.xcconfig
or embrace the Goal Assist Recordsdata/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 undertaking as a result of your undertaking 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 Recordsdata/Pods-shared_pods-Runner/Pods-shared_pods-Runner.profile.xcconfig
or embrace the Goal Assist Recordsdata/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 undertaking.
- 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 difficulty.
How can I resolve the difficulty the place CocoaPods fails to set the bottom configuration due to customized configurations in my Flutter iOS undertaking? I’ve tried adjusting the configurations however nonetheless obtain the identical warning.