
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
1-5 강의를 듣다가 다음과 같은 오류가 났어요
main.dart와 yaml 파일도 다 수정했는데 이런 오류가 떴습니다.. ㅠ

작성한 코드 및 에러 메세지
Launching lib/main.dart on macOS in debug mode...
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00008122-001D292E2121001C, name:My Mac }
{ platform:macOS, arch:x86_64, id:00008122-001D292E2121001C, name:My Mac }
/Volumes/S256/Development/12_Flutter/spartFlutter/hello_flutter/build/macos/Build/Products/Debug/hello_flutter.app: replacing existing signature
/Volumes/S256/Development/12_Flutter/spartFlutter/hello_flutter/build/macos/Build/Products/Debug/hello_flutter.app: code object is not signed at all
In subcomponent: /Volumes/S256/Development/12_Flutter/spartFlutter/hello_flutter/build/macos/Build/Products/Debug/hello_flutter.app/Contents/._Resources
Command CodeSign failed with a nonzero exit code
** BUILD FAILED **
Error: Build process failed
Exited (1).
