[ios]pod init 이후에, xcworkspace 생기지 않는 이슈 해결방법
pod init 하면 pod 파일이 생긴다..
pod 에서 라이브러리 하나 등록하고 pod install , pod update 할려고 한다..
그런데
Unable to determine the platform for the target
이슈가 나온다..
처음에 생긴게
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'TestPod' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for TestPod
pod 'Firebase/Messaging'
target 'TestPodTests' do
inherit! :search_paths
# Pods for testing
end
target 'TestPodUITests' do
# Pods for testing
end
end
# platform :ios, '9.0' -> # 지우면 된다...
Please specify a platform for this target in your Podfile?
I want to config Firebase Firestore. I followed all the steps, but at the last step, I got the error link below I mention. After Executing this pod install command below error I got [!] Automatica...
stackoverflow.com
'ios,swift' 카테고리의 다른 글
[iOS] URLSession multipart/form-data swagger 이미지 보내기 (0) | 2023.05.22 |
---|---|
[iOS]Firebase/Messaging pod install ut they required a higher minimum deployment target 이슈해결방법 (0) | 2023.05.19 |
[Xcode]Cannot find type 'AnimationView' in scope 해결방법 (0) | 2023.05.02 |
[xcode]compile module was created by different version of the compiler 해결방법 (0) | 2023.04.26 |
[Xcode]products folder not visible 해결방법 (0) | 2023.04.19 |