Hi everyone did someone know what this error debug means ?? I try to launch the local run but impossible
[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target Runner
to Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig
or include the Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig
in your build configuration (`Flutter/Release.xcconfig`).
[!] The Runner [Debug]
target overrides the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
build setting defined in `Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig'. This can lead to problems with the CocoaPods installation
[!] The Runner [Debug]
target overrides the ENABLE_BITCODE
build setting defined in `Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig'. This can lead to problems with the CocoaPods installation
[!] The Runner [Release]
target overrides the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
build setting defined in `Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig'. This can lead to problems with the CocoaPods installation
[!] The Runner [Release]
target overrides the ENABLE_BITCODE
build setting defined in `Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig'. This can lead to problems with the CocoaPods installation
[!] The Runner [Profile]
target overrides the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
build setting defined in `Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig'. This can lead to problems with the CocoaPods installation
[!] The Runner [Profile]
target overrides the ENABLE_BITCODE
build setting defined in `Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the $(inherited)
flag, or
- Remove the build settings from the target.
- Use the $(inherited)
flag, or
- Remove the build settings from the target.
- Use the $(inherited)
flag, or
- Remove the build settings from the target.
- Use the $(inherited)
flag, or
- Remove the build settings from the target.
- Use the $(inherited)
flag, or
- Remove the build settings from the target.
- Use the $(inherited)
flag, or
- Remove the build settings from the target.
Launching lib/main.dart on iPhone 16 Pro Max in debug mode...
Upgrading contents.xcworkspacedata
Updating project for Xcode compatibility.
Upgrading project.pbxproj
Upgrading Runner.xcscheme
Upgrading Info.plist
Removing script build phase dependency analysis.
Adding input path to Thin Binary build phase.
Running pod install... 3.1s
Running Xcode build...
Xcode build done. 65.7s
Failed to build iOS app
Swift Compiler Error (Xcode): Using bridging headers with module interfaces is unsupported
Could not build the application for the simulator.
Error launching application on iPhone 16 Pro Max.