`flutter build ios --release`시의 에러의 대처법【Flutter】
버그 내용
flutter build ios --release
그러면 다음과 같은 오류가 발생할 수 있습니다.
error.txtXcode'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의 페이지에 가면, ライセンスに関する同意が求められる
라고 생각합니다.
그 내용에 동의하고 다시 빌드하면 성공합니다.
Reference
이 문제에 관하여(`flutter build ios --release`시의 에러의 대처법【Flutter】), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/umi_mori/items/b64f21ad0cd01796e3bc
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
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의 페이지에 가면,
ライセンスに関する同意が求められる
라고 생각합니다.그 내용에 동의하고 다시 빌드하면 성공합니다.
Reference
이 문제에 관하여(`flutter build ios --release`시의 에러의 대처법【Flutter】), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/umi_mori/items/b64f21ad0cd01796e3bc텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)