반응형
Pod install 후에 아래의 경고 메시지가 뜨는 경우가 있다.
[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your build configuration (`Flutter/Release.xcconfig`).
해당과 같이 나면, Release.config 에 아래 두줄 추가 후에 아래와 같이 조치할 수 도있다.
* Podfile.lock 삭제
* .symlink 삭제
* Pod 폴더 삭제
다시 pod install 하면 조치 된다.
반응형
'[Mobile] > [Flutter]' 카테고리의 다른 글
[Flutter] IOS관련 리빌드 (0) | 2023.10.07 |
---|---|
[Flutter] FireStore를 활용해 채팅 모듈 구현 [1] (0) | 2023.09.24 |
[Flutter] TableCalendar EventHandler (0) | 2023.09.17 |
[Flutter] Naver 지도 api (0) | 2023.09.11 |
[Flutter] Boiler Template 적용시 (0) | 2023.09.09 |