Closed linguitang closed 5 years ago
Could you be more specific?
duplicate symbol __channel in:
/Users/lingt/root/client/build/ios/Debug-iphoneos/audioplayer/libaudioplayer.a(AudioplayerPlugin.o)
/Users/lingt/root/client/build/ios/Debug-iphoneos/flutter_sound/libflutter_sound.a(FlutterSoundPlugin.o)
ld: 1 duplicate symbol for architecture armv7
1 - open xCode 2 - go to target , then click on "build settings" 3 - search on "no common blocks" 4 - change it value to "no"
1 - open xCode 2 - go to target , then click on "build settings" 3 - search on "no common blocks" 4 - change it value to "no"
same problem. @abdalmonem
rm -rf ios/build
then try again in your project's root path.
rm -rf ios/build
then try again in your project's root path.
same problem. @hyochan
Not sure about this one. Would this help? I think this is more related to flutter channel.
Not sure about this one. Would this help? I think this is more related to flutter channel.
This should be the reason, but I don't know how to solve it. @hyochan
you can try to remove "Audioplayer" i am new in flutter , and all i know is: "flutter_sound" and "audioPlayer" use the same channel name then try to use another audio player plugin
@linguitang If you are using other plugins that have audio player
or audio recorder
, please share. You lack information for us to dig in and think widely.
I use audioplayers replace audioplayer, no problem. @hyochan @abdalmonem
@linguitang Player is already in our plugin you don’t need those.
duplicate symbol __channel in flutter_sound plugin and audioplayer plugin