Flutter) CocoaPods Build Error

Sang·2022년 7월 17일
0

Flutter Error

목록 보기
2/2

[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set.

위의 해당 문구가 나타나는 에러의 이유에서 다뤄보자.

해결방법
1. Flutter Project Folder > ios > Podfile 에서
" # platform :ios, '12.0' " 로 주석 처리되어있는것을 주석 해제해준다.

  1. Xcode에서 해당 프로젝트의 'Runner > Runner(PROJECT) > Info > Configurations > Debug, Release, Profile' 속성을 변경한다.

    Debug - Debug
    Release - Release
    Profile - Release

profile
Mobile App Develop

0개의 댓글