Compiled the example app for iOS and xcode complained about the file RingtonePlayerPlugin.m missing the class FlutterRingtonePlayerPlugin. Comparing the code with the flutter_ringtone_player plugin, it looks like the code was just copied and not everything was changed. The code will run if I change the class to SwiftRingtonePlayerPlugin, but it wasn't playing sounds.
Compiled the example app for iOS and xcode complained about the file RingtonePlayerPlugin.m missing the class FlutterRingtonePlayerPlugin. Comparing the code with the flutter_ringtone_player plugin, it looks like the code was just copied and not everything was changed. The code will run if I change the class to SwiftRingtonePlayerPlugin, but it wasn't playing sounds.