본문 바로가기
반응형

Development Solutions/iOS & OS X18

[Solved][iOS] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. [Solved[iOS] [!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. 문제 상황 (Problem) ios 앱 빌드 중에 아래와 같은 에러가 발생한다. [Eng](The following error occurs while building the ios app.) [!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform .. 2023. 8. 18.
[Solved][Ios] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`. [Solved][Ios] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`. 에러메시지 (Error situation) flutter 앱을 ios버전으로 빌드하는 중에 발생한 에러. 어떻게 해결해야하나 찾아보던 중 해결책을 발견하여 공유한다. [!] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`. 해결 방법 (Solution) ios/Podfile 의 RunnerTests 관련 코드를 제거하면 된다! 즉, 아래의 원본 코드를 [Eng](Just remove the Runn.. 2023. 8. 17.
[Solved][ios] CocoaPods did not set the base configuration of your project because your project already has a custom config set. [Solved][Ios][Flutter] CocoaPods did not set the base configuration of your project because your project already has a custom config set. 에러메시지 (Error) pod install --repo-update 위 명령을 내리다가 발생한 에러 메시지 [Eng](The error message that occurred while executing the above command) [!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In ord.. 2023. 8. 16.
[OS X] Open SSL - Handshake Error (Solved) [OS X] Open SSL - Handshake Error (Solved) 문제 상황 (problem) Open SSL 관련 오류가 계속된다. 원인이 모호한 경우, Handshake error일 가능성이 높다. 해결 방법 (solution) export PATH=/usr/local/bin:$PATH brew link --force openssl 환경 변수 경로 PATH에 위와 같이 openssl이 위치한 경로를 추가해준다. 그리고, brew 패키지 매니저를 이용하여 openssl를 강제로 link해준다. 2023. 7. 26.
반응형