Troubleshooting - CocoaPods pod install Automatically assigning platform iOS with version 16.6 on target ... because no platform was specified. 해결
Troubleshooting - CocoaPods pod install Automatically assigning platform iOS with version 16.6 on target ... because no platform was specified. 해결
이슈
CocoaPods을 이용하여 SnapKit을 설치하던 도중 아래와 같은 문제가 발생함.
해결
Podfile에서 platform 주석을 해제한 후 버전을 11로 올려줌.
1
2
3
4
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
...
다운로드를 다시하여 의존성을 추가해줌.
This post is licensed under CC BY 4.0 by the author.

