podfile을 설치하다가 Automatically assigning platform `iOS` with version `9.0` on target `xxxx` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`. 위와 같은 오류를 경험했다. 해당 오류 페이지를 들어가보자 라이브러리가 세워질 플렛폼을 지정하라는데 podfile보면 플렛폼에 #으로 커맨팅 되어있는데 이것을 풀어주면 된다는 말이다 풀어주고 빌드하면 성공했다