reinstalling1 Xcode에서 Flutter 모듈을 찾을 수 없습니다., Flutter module not found in Xcode 질문 Xcode에서 앱을 빌드하려고 할 때 다음과 같은 오류가 발생합니다: .../ios/Runner/GeneratedPluginRegistrant.m:10:9: Module 'audioplayers' not found 다시 설치하고 pod를 설정해 보았지만 작동하지 않았습니다. 또한 pod 파일에 pod 'Firebase/Core'를 포함하고 있습니다. 아마도 Audioplayer 모듈도 포함해야 할까요? 미리 감사드립니다! 답변 Make sure platform: iOS version in pod file matches with deployment info in Xcode 포드 파일의 플랫폼: iOS 버전이 Xcode의 배포 정보와 일치하는지 확인하십시오. 2023. 9. 24. 이전 1 다음