Irritating Linker warnings when building flutter apps for macOS/iOS on macOS
ash ~ >flutter build macos Running pod install… 20.1s ld: warning: ignoring duplicate libraries: ‘-lc++’ ld: warning: ignoring duplicate libraries: ‘-lc++’ ld: warning: reexported library with install name ‘/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis’ found at ‘/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis.tbd’ couldn’t be matched with any parent library and will be linked directly and other similar “duplicate library” & “reexported library” warnings have been […]