`flutter build ios --release`시의 에러의 대처법【Flutter】

2459 단어 DartFlutter

버그 내용


flutter build ios --release 그러면 다음과 같은 오류가 발생할 수 있습니다.

error.txt
Xcode's output:
↳
    note: Using new build system
    note: Planning build
    note: Constructing build description
    error: This request is forbidden for security reasons: You currently don't have access to this membership resource. To resolve this issue, agree to the latest Program License Agreement in your
    developer account. (in target 'Runner' from project 'Runner')
    error: No profiles for 'com.umi-mori.sample' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.umi-mori.sample'. (in
    target 'Runner' from project 'Runner')

Encountered error while building for device.

대처법



아래와 같은 Apple의 Developer의 페이지에 가면, ライセンスに関する同意が求められる 라고 생각합니다.
그 내용에 동의하고 다시 빌드하면 성공합니다.

좋은 웹페이지 즐겨찾기