Swift

pod install error>>> [!] Unable to determine the platform for the `app name` target

garlic 2023. 7. 17. 18:04

 

pod init 후 pod install 시에 에러가 났다.

 

나의 경우 pod init 후에 생성된 podfile 에서 2번째 줄에 있는 아래 형식에 # 로 주석처리가 되어있었다.

# platform : ios, '9.0'

 

아래 처럼 앞에 # 을 지워서 주석을 풀어주면 된다

platform : ios, '9.0'