ios 로 디버깅 시도 하던 중 패키지만 깔고 나면 module not found 라는 문구가 나타난다. 디버그 콘솔 보면 import 패키지 에러 어쩌구저쩌구.. 스택오버플로우를 참고해서 모든 방법을 시도해봤다. https://stackoverflow.com/questions/61956166/flutter-module-not-found-in-xcode Flutter module not found in Xcode When I build the app in Xcode it throws the error: .../ios/Runner/GeneratedPluginRegistrant.m:10:9: Module 'audioplayers' not found I tried reinstalling and setting ..