반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- JPA예제
- Flutter
- JPA
- 기술면접공부
- 카프카
- 알고리즘공부
- 자료구조공부
- 스프링 공부
- 스프링
- Kafka
- 플러터 개발
- 플러터 공부
- nestjs공부
- K8S
- 스프링부트공부
- JPA공부
- querydsl
- JPA스터디
- 스프링공부
- DDD
- 기술공부
- 스프링부트
- nestjs
- JPA 공부
- nestjs스터디
- 프로그래머스
- 코테공부
- Axon framework
- 자바공부
- 코테준비
Archives
- Today
- Total
DevBoi
[Flutter] 오류 조치 사항 본문
반응형
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 |